2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +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
+10 -6
View File
@@ -395,14 +395,18 @@
border-radius: .25rem; } }
.bd-footer {
padding-top: 2rem;
margin-top: 2rem;
padding: 4rem 0;
margin-top: 4rem;
font-size: 85%;
color: #8e869d;
text-align: center;
background-color: #2a2730; }
background-color: #f7f7f7;
text-align: center; }
.bd-footer a {
color: #fff; }
font-weight: 500;
color: #55595c; }
.bd-footer a:hover {
color: #0275d8; }
.bd-footer p {
margin-bottom: 0; }
@media (min-width: 34em) {
.bd-footer {
text-align: left; } }