theme: fix mobile layout for width=48rem

clumsy solution as long as we still support IE11, otherwise we could have used
media query range syntax
This commit is contained in:
Sören Weber 2023-10-05 08:51:31 +02:00
parent 3c39bffe70
commit d2cfca4b2e
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
6 changed files with 19 additions and 19 deletions
layouts/partials

View file

@ -29,7 +29,7 @@
margin-inline-end: .5rem;
width: 40.5%;
}
@media only all and (max-width: 60rem) {
@media only all and (max-width: 59.999rem) {
a#R-logo {
font-size: 1.5625rem;
margin-top: -.1875rem;
@ -51,7 +51,7 @@
margin-right: .5rem;
}
}
@media only all and (-ms-high-contrast:none) and (max-width: 60rem) {
@media only all and (-ms-high-contrast:none) and (max-width: 59.999rem) {
#R-logo svg {
margin-left: -1.47rem;
margin-right: .5rem;