From 7904e4dad9f0abdad4a46fd79eff0cb0e4f40e0d Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Mon, 31 Oct 2022 14:53:06 +0100 Subject: [PATCH] mincult: tweaks (#70881) --- static/mincult-2023/_custom.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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;