Main Page.css: Difference between revisions

Fen (talk | contribs)
fixed overflow issues when on mobile
Fen (talk | contribs)
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;
  background-image: none;
}
}


.mf-font-size-clientpref-small .content p {
.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; /* NEW */
   overflow: hidden;
   min-width: 0;     /* NEW; needed for Firefox */
   min-width: 0;
}
}