2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

fix general page and page header layout

This commit is contained in:
Mark Otto
2015-08-12 17:45:47 -07:00
parent 8e8f8f54cd
commit 575a886437
5 changed files with 40 additions and 12 deletions
+6 -1
View File
@@ -6,9 +6,10 @@
width: auto !important;
height: auto !important;
padding: 1.25rem !important;
margin: 0 -1.5rem 2rem !important;
margin: 2rem -1.5rem -2rem !important;
overflow: hidden; // clearfix
font-size: .8rem !important;
font-family: inherit !important;
line-height: 1rem !important;
color: $bd-purple-light !important;
text-align: left;
@@ -65,3 +66,7 @@
border-radius: .25rem;
}
}
@include media-breakpoint-up(md) {
}