2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

docs tweaks for responsive

This commit is contained in:
Mark Otto
2015-08-19 00:07:59 -07:00
parent 624723f4c3
commit 980d8ea2d8
6 changed files with 34 additions and 18 deletions
+7 -2
View File
@@ -1,5 +1,5 @@
.bd-pageheader {
padding: 2rem .75rem;
padding: 2rem ($grid-gutter-width / 2);
margin-bottom: 1.5rem;
color: $bd-purple-light;
text-align: center;
@@ -17,7 +17,8 @@
p {
margin-bottom: 0;
font-size: 1.5rem;
font-size: 1.25rem;
font-weight: 300;
}
@include media-breakpoint-up(sm) {
@@ -35,6 +36,10 @@
h1 {
font-size: 4rem;
}
p {
font-size: 1.5rem;
}
}
@include media-breakpoint-up(lg) {