Difference between revisions of "MediaWiki:Chameleon.css"
From Cyberpunk 2077 Wiki
m (1 revision imported: Minimal content template stuff) |
|||
Line 1: | Line 1: | ||
.skin-chameleon .mw-indicator-smw-entity-examiner { | .skin-chameleon .mw-indicator-smw-entity-examiner { | ||
margin-top: 0; | margin-top: 0; | ||
+ | } | ||
+ | @media screen and ( min-width: 768px ) { | ||
+ | .vgd-infobox { | ||
+ | max-width: 400px; | ||
+ | } | ||
} | } |
Revision as of 14:41, 6 January 2021
.skin-chameleon .mw-indicator-smw-entity-examiner {
margin-top: 0;
}
@media screen and ( min-width: 768px ) {
.vgd-infobox {
max-width: 400px;
}
}