Bump font-size of h1 on RTL

This commit is contained in:
0x1eef 2024-06-10 15:51:54 -03:00
parent 5f9e01530e
commit 71810aaf57

View file

@ -61,6 +61,12 @@ body .root .content {
body .root .content.theme.rtl {
@import "base/breakpoints";
header {
h1 {
font-size: xx-large;
}
}
/* <= $breakpoint-xxl */
@media (max-width: $breakpoint-xxl) {
ul.body {
@ -70,12 +76,6 @@ body .root .content.theme.rtl {
/* >= $breakpoint-xxl */
@media (min-width: $breakpoint-xxl) {
header {
h1 {
font-size: xx-large;
}
}
ul.body.stream {
$gap: 2rem;
margin-top: $gap;