mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
11 lines
157 B
SCSS
11 lines
157 B
SCSS
.bd-title {
|
|
@include media-breakpoint-up(sm) {
|
|
font-size: 3rem;
|
|
|
|
~ p:first-of-type {
|
|
font-size: 1.25rem;
|
|
font-weight: 300;
|
|
}
|
|
}
|
|
}
|