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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -