Remove the last two lines, they break the site's width on mobile.
.pure-u-md-1-4, .pure-u-md-6-24 {
width: 20%;
}
.pure-u-md-3-4, .pure-u-md-18-24 {
width: 80% !important;
}
Remove the last two lines, they break the site's width on mobile.
`.pure-u-md-1-4, .pure-u-md-6-24 {
width: 20%;
}`
`.pure-u-md-3-4, .pure-u-md-18-24 {
width: 80% !important;
}`
Ok, I'll give it a shot and see if it still works.
Ok, I'll give it a shot and see if it still works.
(post is archived)