Added some filtering to make descriptions more consistent

This commit is contained in:
Godwin
2014-07-13 13:15:05 -06:00
parent 44a6bce08c
commit 14792c14f3
2 changed files with 20 additions and 3 deletions
+2 -2
View File
@@ -303,7 +303,7 @@ main {
#banner {
position: relative;
background-size: cover;
background-position: center 66.6667%;
background-position: 25% 66.6667%;
//padding-top: 4em;
color: $white;
overflow: visible;
@@ -457,7 +457,7 @@ main {
figure {
img {
max-height: 100%;
max-height: 75%;
}
}