Template:Airfields/styles.css

From Kerbal Powers Wiki
Revision as of 18:00, 29 October 2022 by Spartwo (talk | contribs) (Created page with "→‎{{pp-template}}: /* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens. Historically, the mobile skin (Minerva) has u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
/* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens.
Historically, the mobile skin (Minerva) has used !important to override them but this is not sustainable.*/

.infobox-airfield {
	width: 100%;
        text-align: center;
        vertical-align: top;
}

.infobox-airfield-head {
        text-align: center;
        vertical-align: top;
        background-color: #EAEAEA;
        font-weight: bold;
}

.infobox-airfield-content {
        text-align: center;
        vertical-align: top;
}