40e9d171 by Jeff Balicki

rem fixed

1 parent fcac58a0
...@@ -16356,13 +16356,8 @@ h2, .h2 { ...@@ -16356,13 +16356,8 @@ h2, .h2 {
16356 16356
16357 #wrapper-footer { 16357 #wrapper-footer {
16358 background-color: #012169; 16358 background-color: #012169;
16359 height: 273px;
16360 }
16361 @media screen and (max-width: 900px) {
16362 #wrapper-footer {
16363 height: auto; 16359 height: auto;
16364 padding-bottom: 50px; 16360 padding-bottom: 50px;
16365 }
16366 } 16361 }
16367 #wrapper-footer a { 16362 #wrapper-footer a {
16368 color: #fff; 16363 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.
1 #wrapper-footer { 1 #wrapper-footer {
2 background-color: #012169; 2 background-color: #012169;
3 height: 273px;
4 @media screen and (max-width: 900px) {
5 height: auto; 3 height: auto;
6 padding-bottom: 50px; 4 padding-bottom: 50px;
7 } 5
8 a { 6 a {
9 color: #fff; 7 color: #fff;
10 } 8 }
......