How to use responsive text in bootstrap v4? I tried:
@include media-breakpoint-up(sm) {
.resp-text {
font-size: 16px;
}
}
@include media-breakpoint-up(lg) {
.resp-text {
font-size: 28px;
}
}
but not working.
How to use responsive text in bootstrap v4? I tried:
@include media-breakpoint-up(sm) {
.resp-text {
font-size: 16px;
}
}
@include media-breakpoint-up(lg) {
.resp-text {
font-size: 28px;
}
}
but not working.
there could be multiple reasons