mincult: tweaks (#70881)

This commit is contained in:
Agate 2022-10-31 14:53:06 +01:00
parent eec726a8bc
commit 7904e4dad9
1 changed files with 11 additions and 1 deletions

View File

@ -16,6 +16,9 @@ h1, h2, h3, h4, h5, h6 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
@media screen and ($min-desktop-viewport) {
height: 150px;
}
#logo { #logo {
padding-left: 0; padding-left: 0;
} }
@ -54,7 +57,14 @@ h1, h2, h3, h4, h5, h6 {
display: none; 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 { #nav {
ul { ul {
margin-top: 0; margin-top: 0;