style.css
@charset "utf-8";
/* CSS Document */
@viewport{
zoom: 1.0;
width: extend-to-zoom;
}
Type: Posts; User: judgedredd
style.css
@charset "utf-8";
/* CSS Document */
@viewport{
zoom: 1.0;
width: extend-to-zoom;
}
I have used Bootstrap v4.0.0-alpha.2 on a site I created for a client here: http://masonracetiming.com
For all versions of the site larger than 900px wide the site displays correctly. But on...