Main Page.css: Difference between revisions
No edit summary |
fixed overflow issues when on mobile |
||
Line 4: | Line 4: | ||
} | } | ||
.mf-font-size-clientpref-small .content p { | |||
font-size: inherit; | |||
} | |||
.header-box { | .header-box { | ||
Line 34: | Line 37: | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
margin-top: 1em; | margin-top: 1em; | ||
overflow: hidden; /* NEW */ | |||
min-width: 0; /* NEW; needed for Firefox */ | |||
} | } | ||
Line 58: | Line 63: | ||
padding: 1em; | padding: 1em; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
overflow: hidden; | |||
min-width: 0; | |||
} | } | ||