Display small screens (display_small
)
Display: none on small screens and above (d-sm-none)
Display: inline on small screens and above (d-sm-inline)
Display: inline-block on small screens and above (d-sm-inline-block)
Display: block on small screens and above (d-sm-block)
Display: grid on small screens and above (d-sm-grid)
Display: inline grid on small screens and above (d-sm-inline-grid)
Display: table on small screens and above (d-sm-table)
Display: table-cell on small screens and above (d-sm-table-cell)
Display: table-row on small screens and above (d-sm-table-row)
Display: flex on small screens and above (d-sm-flex)
Display: inline-flex on small screens and above (d-sm-inline-flex)