1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

explicit styles

This commit is contained in:
Mark Otto
2017-05-27 17:37:34 -07:00
parent 6bf63cbe67
commit 9dbe77a0b0

View File

@@ -103,20 +103,22 @@
.bd-title { .bd-title {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 1rem; margin-bottom: .5rem;
font-weight: 300; font-weight: 300;
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
font-size: 3rem; font-size: 3rem;
}
}
+ p { .bd-lead {
@include media-breakpoint-up(sm) {
max-width: 80%; max-width: 80%;
margin-bottom: 2rem; margin-bottom: 1rem;
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 300; font-weight: 300;
} }
} }
}
// //