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;
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;