Main Page.css: Difference between revisions
fixed overflow issues when on mobile |
m Fen moved page User:Main Page.css to Main Page.css without leaving a redirect: had it on the wrong mainspace |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Light mode styles */ | /* Light mode styles */ | ||
.header-box a.external { | .header-box a.external { | ||
background-image: none; | |||
} | } | ||
. | .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; | ||
} | } | ||