【发布时间】:2022-01-16 22:19:33
【问题描述】:
我使用这样的 div..
<div id="book" class="justify-content-center text-center">
这对于台式机来说很好,但在移动设备上我需要将文本左对齐。我需要在媒体查询中添加什么,以便在移动设备上保持文本左对齐?
@media only screen and (max-width: 480px) {
// What do I add here to "override" the text-center so that it align to left instead?
}
【问题讨论】:
标签: css media-queries