40e9d171 by Jeff Balicki

rem fixed

1 parent fcac58a0
......@@ -16356,13 +16356,8 @@ h2, .h2 {
#wrapper-footer {
background-color: #012169;
height: 273px;
}
@media screen and (max-width: 900px) {
#wrapper-footer {
height: auto;
padding-bottom: 50px;
}
height: auto;
padding-bottom: 50px;
}
#wrapper-footer a {
color: #fff;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
#wrapper-footer {
background-color: #012169;
height: 273px;
@media screen and (max-width: 900px) {
height: auto;
padding-bottom: 50px;
}
height: auto;
padding-bottom: 50px;
a {
color: #fff;
}
......