简体   繁体   中英

CSS property is not working for main body class

This is the website when we minimize the browser to 320px all of the respective classses css properties are working fine, except for the main body class. Its width is not change able even if i use important in the properties, How to solve this problem

You have a min-width: 960px; set in grid.css. You'll need to override this too.

看起来body { min-width: 960px;}的设置没有在grid.css的第2行上进行媒体查询

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM