feature images support

This commit is contained in:
2015-03-05 14:30:55 -05:00
parent 08f94e1085
commit 36fc49c101
3 changed files with 12 additions and 2 deletions

View File

@ -97,6 +97,13 @@ body {
white-space: nowrap;
}
.feature-image {
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
}
footer {
font-size: 0.8em;
}