MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 (fixing discord banner style and removing unused Wikipedia infobox CSS) |
imported>Hb1290 No edit summary |
||
| Line 998: | Line 998: | ||
float: none; | float: none; | ||
filter: none; | filter: none; | ||
} | |||
/*Compact Discord banner for smaller displays*/ | |||
@media screen and (max-width:1200px) { | |||
.discord-banner { | |||
background-image:url("https://discordapp.com/api/guilds/333345832059273216/embed.png?style=banner2"); | |||
width:100%; | |||
height:100px; | |||
} | |||
} | } | ||