Main Page.css: Difference between revisions
fixed overflow issues when on mobile |
No edit summary |
||
Line 1: | Line 1: | ||
/* Light mode styles */ | /* Light mode styles */ | ||
.header-box a.external { | .header-box a.external { | ||
background-image: none; | |||
} | } | ||
.mf-font-size-clientpref-small .content p { | .mf-font-size-clientpref-small .content .header-box p { | ||
font-size: inherit; | font-size: inherit; | ||
} | } | ||
Line 37: | Line 37: | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
margin-top: 1em; | margin-top: 1em; | ||
overflow: hidden; | overflow: hidden; | ||
min-width: 0; | min-width: 0; | ||
} | } | ||