0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +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 {
+ p {
font-size: 1.5rem;
font-weight: 300;
}
@include media-breakpoint-up(sm) {
margin-right: 23rem;
font-size: 4rem;
+ p {
font-size: 1.5rem;
font-weight: 300;
margin-right: 23rem;
}
}