2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

footer overhaul again

This commit is contained in:
Mark Otto
2015-08-05 00:54:30 -07:00
parent 97bcfb9e7f
commit bc88c90b2c
4 changed files with 27 additions and 15 deletions
+13 -5
View File
@@ -3,15 +3,23 @@
//
.bd-footer {
padding-top: 2rem;
margin-top: 2rem;
padding: 4rem 0;
margin-top: 4rem;
font-size: 85%;
color: $bd-graphite-light;
background-color: #f7f7f7;
text-align: center;
background-color: $bd-graphite;
a {
color: #fff;
font-weight: 500;
color: $gray;
&:hover {
color: $link-color;
}
}
p {
margin-bottom: 0;
}
@include media-breakpoint-up(sm) {