Spiderjjr45 (talk | contribs) (Created page with "→All CSS here will be loaded for users of the Timeless skin: .infobox { background: #cebe8a; border: 1px solid #cebe8a; float: right; margin: 0 0 1em 1em;...") |
Spiderjjr45 (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
box-sizing:border-box; |
box-sizing:border-box; |
||
display:contents; |
display:contents; |
||
} |
|||
@media (max-width: 850px) { |
|||
img { |
|||
min-width: 12px; |
|||
} |
|||
} |
} |
Latest revision as of 21:58, 28 April 2024
/* All CSS here will be loaded for users of the Timeless skin */ .infobox { background: #cebe8a; border: 1px solid #cebe8a; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; box-sizing:border-box; display:contents; } @media (max-width: 850px) { img { min-width: 12px; } }