be9211652eea6f9cdb2f78cc3a796b1446d54700
[YouAndWeb_TwoToc] / client / components / footer / footer.scss
1 footer.footer {
2     padding: 30px 0;
3     bottom: 0;
4     left: 0;
5     right: 0;
6     height: 200px;
7     background: #EDEFED;
8     margin-top: 0 !important;
9 }
10 footer.homeFooter {
11   position: relative;
12 }
13
14
15 footer .navbar li {
16   list-style: none;
17   float: left;
18   position: relative;
19   display: block;
20   width: 25%;
21
22   a {
23     font-family: "Oswald", sans-serif;
24     font-size: 20px;
25     font-weight: 300;
26     color: #666;
27     text-decoration: none;
28   }
29 }