Commit e9ceff4a authored by Mark Otto's avatar Mark Otto

don't boost first paragraph on mobile

parent 30938c62
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment