Bump font-size of h1 on RTL
This commit is contained in:
parent
5f9e01530e
commit
71810aaf57
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue