Template:Navbox/styles.css: Difference between revisions

Knuxify (talk | contribs)
No edit summary
Knuxify (talk | contribs)
No edit summary
Line 5: Line 5:
line-height: 1.4em;
line-height: 1.4em;
     text-align: center;
     text-align: center;
    max-width: 14em;
}
}
.navbox .navbox-header {
.navbox .navbox-header {
Line 16: Line 17:
font-weight: bold;
font-weight: bold;
line-height: 1.5em;
line-height: 1.5em;
}
@media (max-width: 640px) {
.navbox { max-width: 100%; }
}
}