tweak tabbed heading style on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-09-04 16:49:16 +05:00
parent 5851ce6b2f
commit cd0b5cc6b3
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@
border-top: 2px solid var(--wp--preset--color--background);
}
@media (max-width: 782px) {
.is-style-tabbed-heading::before {
width: 32px;
}
}
.is-style-tabbed-heading::after {
content: "";
border-bottom: 1px solid;