Look at the code down below. Select the best media queries for a tablet.
@media (min-width: @screen-sm-min) { ... }
@media (min-width: @screen-md-min) { ... }
@media (min-width: @screen-lg-min) { ... }Look at the code down below. Select the best media queries for a tablet.
@media (min-width: @screen-sm-min) { ... }
@media (min-width: @screen-md-min) { ... }
@media (min-width: @screen-lg-min) { ... }Create a free account to access the full topic