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:
parent
30938c6244
commit
e9ceff4a5b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user