move footer logo sizing from html to css

This commit is contained in:
Margaret Williford
2018-07-14 16:18:30 -06:00
committed by Maikel Linke
parent 23964b2542
commit d952276e2a
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ footer {
img {
margin-top: 36px;
width: 120px;
}
}

View File

@@ -3,7 +3,7 @@
.row
.small-12.columns.text-center
.logo
%img{src: "/assets/logo-white-notext.png", width: "120px"}
%img{src: "/assets/logo-white-notext.png"}
.row
.small-12.medium-8.medium-offset-2.columns.text-center
.alert-box