I have this HTML code
< 7条回答 甜味超标 (楼主) 2021-02-03 20:05 Here you go: @media (max-width: 480px) { .vcenter img { margin-bottom: 10px; } } Assuming vcenter is the common div wrapping those images. 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Here you go:
@media (max-width: 480px) { .vcenter img { margin-bottom: 10px; } }
Assuming vcenter is the common div wrapping those images.
vcenter