diff --git a/src/css/_layout.scss b/src/css/_layout.scss index 9b6a0d780..35dcb34eb 100644 --- a/src/css/_layout.scss +++ b/src/css/_layout.scss @@ -38,6 +38,7 @@ body .root .content { flex-direction: column; font-size: xx-large; margin: 0; + line-height: 1.5; a { text-decoration: none; @@ -81,6 +82,12 @@ body .root .content { } } +body .root .content.en { + h1 { + font-size: x-large; + } +} + body .root .content.ar { .row.details { height: 35px;