mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 14:30:46 +02:00
explicit styles
This commit is contained in:
@@ -103,18 +103,20 @@
|
|||||||
|
|
||||||
.bd-title {
|
.bd-title {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: .5rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
+ p {
|
.bd-lead {
|
||||||
max-width: 80%;
|
@include media-breakpoint-up(sm) {
|
||||||
margin-bottom: 2rem;
|
max-width: 80%;
|
||||||
font-size: 1.5rem;
|
margin-bottom: 1rem;
|
||||||
font-weight: 300;
|
font-size: 1.5rem;
|
||||||
}
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user