Bootstrap v4 - responsive text -


how use responsive text in bootstrap v4? 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 multiple reasons


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -