Bump font size on RTL, <= $breakpoint-xxl

This commit is contained in:
0x1eef 2024-06-10 15:39:16 -03:00
parent 441d30c613
commit 5f9e01530e

View file

@ -61,6 +61,14 @@ body .root .content {
body .root .content.theme.rtl {
@import "base/breakpoints";
/* <= $breakpoint-xxl */
@media (max-width: $breakpoint-xxl) {
ul.body {
font-size: larger;
}
}
/* >= $breakpoint-xxl */
@media (min-width: $breakpoint-xxl) {
header {
h1 {