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