cinor-2021: increase font-size (#55339)

of header, nav, and cell entry
This commit is contained in:
Thomas Jund 2021-07-08 16:00:54 +02:00
parent 3f4f4dde68
commit 10eb861a39
1 changed files with 15 additions and 8 deletions

View File

@ -66,17 +66,17 @@
#logo.has-logo {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 1.5em;
font-size: 1.6em;
@media ($min-desktop-viewport) {
// margin-top: 1.5rem;
margin-bottom: 1.5rem;
font-size: 2em;
}
a {
padding-top: 1rem;
color: $font-color;
padding-top: 90px;
padding-top: 100px;
text-indent: 0 !important;
background-size: auto 80px !important;
background-size: auto 90px !important;
background-position: top left !important;
font-family: $ff-script;
text-align: left;
@ -84,9 +84,9 @@
@media ($min-desktop-viewport) {
display: flex;
align-items: flex-end;
padding-left: 250px;
height: 100px;
background-size: 200px auto !important;
padding-left: 260px;
height: 115px;
background-size: 230px auto !important;
}
}
@ -124,7 +124,6 @@
// Main nav
div.gru-nav > ul {
font-size: $fz-small;
margin: 0;
@media (min-width: $nav-mobile-limit + 1) {
@ -189,6 +188,14 @@ main {
}
}
// Links-list
div.links-list ul {
& > li > a {
font-size: 1.1em;
font-weight: 600;
}
}
// Picture position
.gru-content div.link-list-cell.has-asset-picture,
.gru-content div.wcsformsofcategorycell.has-asset-picture {