2017-03-06 19:53:00 +00:00
|
|
|
#footer {
|
2017-03-26 20:04:14 +00:00
|
|
|
padding-top: 50px;
|
|
|
|
|
2017-03-15 02:14:27 +00:00
|
|
|
ul.footer-links {
|
|
|
|
li {
|
|
|
|
a {
|
|
|
|
color: $footer-link-color;
|
|
|
|
font-size: $footer-font-size;
|
|
|
|
font-family: $font-family-open-sans;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover, &:focus, &:active {
|
|
|
|
background-color: transparent;
|
|
|
|
color: $footer-link-color-hover;
|
|
|
|
outline: 0;
|
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
|
2017-03-15 02:14:27 +00:00
|
|
|
@media (max-width: 992px) {
|
|
|
|
text-align: center;
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|
2015-11-10 04:58:06 +00:00
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|
2015-11-10 04:58:06 +00:00
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|