标签: bootstrap-4
我想更新我的网站ui for xs screen但bootstrap 4 flex不支持xs,那么为超小屏幕实现flex的正确方法是什么。
答案 0 :(得分:1)
使用此
<div class="col-12"> instead of <div class="col-xs-12">
请参阅here了解更多详情