Bump font size on RTL, <= $breakpoint-xxl
This commit is contained in:
parent
441d30c613
commit
5f9e01530e
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue