Difference between revisions of "Common.css"
From Unofficial Stationeers Wiki
| Line 1: | Line 1: | ||
.main-banner { | .main-banner { | ||
| − | background-color: # | + | background-color: #183d62; |
padding: 80px 20px; | padding: 80px 20px; | ||
} | } | ||
| Line 11: | Line 11: | ||
/* sub-headers */ | /* sub-headers */ | ||
.subheader { | .subheader { | ||
| − | background: # | + | background: #183d62; |
color: #fff; | color: #fff; | ||
text-align: center; | text-align: center; | ||
Revision as of 14:02, 16 December 2017
.main-banner {
background-color: #183d62;
padding: 80px 20px;
}
.main-banner img {
max-width: 100%;
height: auto;
}
/* sub-headers */
.subheader {
background: #183d62;
color: #fff;
text-align: center;
padding: .5em;
}
.subheader .fa{
padding-right: 10px;
}
