InterviewSolution
Saved Bookmarks
| 1. |
How to display flex items vertically on small screen in Bootstrap 4? |
|
Answer» Display FLEX items vertically using the flex-xx-column class used in BOOTSTRAP. To display flex items vertically on small screen, use the flex-sm-column class: <DIV class="d-flex flex-sm-column"> |
|