diff --git a/_includes/header-en.html b/_includes/header-en.html index 1b050316a4c..e2982a246de 100644 --- a/_includes/header-en.html +++ b/_includes/header-en.html @@ -1,15 +1,15 @@ - + - + Sustainable Development Goals - + diff --git a/_includes/header-is.html b/_includes/header-is.html index f57f45d43e4..02281af0990 100644 --- a/_includes/header-is.html +++ b/_includes/header-is.html @@ -1,15 +1,15 @@ - + - + Heimsmarkmiðin - + diff --git a/_includes/header.html b/_includes/header.html index 7200c9de9d8..ee31334f444 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,6 +15,7 @@ + {%- if page.language == "en" -%}Sustainable Development Goals{%- else -%}Heimsmarkmiðin{%- endif -%} {% include components/header/logo.html %} diff --git a/_sass/custom.scss b/_sass/custom.scss index d8dea6f2b5a..ba0c318e17c 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -317,10 +317,47 @@ footer.hagstofa { } } +#main-text { + display: none; +} + +#mobile-main-text { + font-family: adelle-sans, sans-serif; + font-weight: 600; + font-size: 24px; + text-transform: uppercase; + letter-spacing: 0.12em; + color: #0B404E; + padding-bottom: 4px; + width: 100%; +} + +#mobile-main-text::after { + display: table; + content: " "; + clear: both; +} + @media (min-width: 1500px) { footer.hagstofa { .container { width: auto !important; } } +} + +@media (min-width: 992px) { + #main-text { + display: block; + } + + #mobile-main-text { + display: none; + } +} + +@media only screen and (max-width: 992px) { + .header-search-bar { + width: 100% !important; + } } \ No newline at end of file