mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-02 06:54:04 +00:00
theme: fix mobile layout for width=48rem #676
clumsy solution as long as we still support IE11, otherwise we could have used media query range syntax
This commit is contained in:
parent
3c39bffe70
commit
d2cfca4b2e
6 changed files with 19 additions and 19 deletions
layouts/partials
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue