0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

.bd-lead refinement for mobile

This commit is contained in:
Mark Otto 2017-05-28 18:00:38 -07:00
parent bef65b17dc
commit 31613b55de

View File

@ -93,10 +93,12 @@
}
.bd-lead {
font-size: 1.125rem;
font-weight: 300;
@include media-breakpoint-up(sm) {
max-width: 80%;
margin-bottom: 1rem;
font-size: 1.5rem;
font-weight: 300;
}
}