diff --git a/static/mincult-2023/_custom.scss b/static/mincult-2023/_custom.scss index e9beab8f..9b23187f 100644 --- a/static/mincult-2023/_custom.scss +++ b/static/mincult-2023/_custom.scss @@ -16,6 +16,9 @@ h1, h2, h3, h4, h5, h6 { display: flex; flex-direction: column; justify-content: flex-end; + @media screen and ($min-desktop-viewport) { + height: 150px; + } #logo { padding-left: 0; } @@ -54,7 +57,14 @@ h1, h2, h3, h4, h5, h6 { display: none; } } - +a#publik-portal-agent { + background: $toplinks-background; + border-radius: $toplinks-border-radius; + box-shadow: $toplinks-box-shadow; + color: $white; + border: none; + padding: 0.5em; +} #nav { ul { margin-top: 0;