0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

don't boost first paragraph on mobile

This commit is contained in:
Mark Otto 2015-04-15 15:23:10 -07:00
parent 30938c6244
commit e9ceff4a5b

View File

@ -859,16 +859,13 @@ body {
} }
.bs-docs-title { .bs-docs-title {
+ p {
font-size: 1.5rem;
font-weight: 300;
}
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
margin-right: 23rem; margin-right: 23rem;
font-size: 4rem; font-size: 4rem;
+ p { + p {
font-size: 1.5rem;
font-weight: 300;
margin-right: 23rem; margin-right: 23rem;
} }
} }