tweak tabbed heading style on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5851ce6b2f
commit
cd0b5cc6b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user