我是Bootstrap 4的新手,我已经创建了我的首字母缩略词网站的新版本。在我的电脑上看起来很不错(调整Firefox效果很好),它在我的iPad上看起来不错,但在我的iPhone 6上看起来很糟糕。
例如,http://www.abkuerzung.ch/index2.php显示右侧的内容,即使它没有空格,背景颜色也只是部分显示。
在提供搜索结果时,例如http://www.abkuerzung.ch/search2.php?abk=ht *,内容没有足够的空间且不会包装。
基本上我做了以下事情:
<div class="col-10">
...
</div>
<div class="col-2">
...
</div>
我做错了什么?
感谢任何提示!