Vorlage:Synchronisation/style.css
Aus PokéWiki
.synchronisation {
border-radius: 0.5em;
margin-bottom: 10px;
max-width: 75%; /* delete here for mobile readiness */
width: auto; /* delete here for mobile readiness */
}
.synchronisation td {
padding: 0 3px 0 3px;
}
@media only screen and (min-width: 481px) {
.in-anderen-sprachen {
max-width: 75%;
width: auto;
}
}
@media only screen and (max-width: 480px) {
.in-anderen-sprachen {
max-width: 100%;
width: 100%;
}
}
/* [[Kategorie:Vorlage:Non-Wikitext]] */