Update style.css

Responsive design is currently broken when the width is between 768px and 850px, because the width of inner class is set fixed at 850px
pico-3.0-alpha
Erick Madrigal Ríos 9 years ago
parent d8f9166918
commit 0e632bdaa1
  1. 3
      themes/default/style.css

@ -214,7 +214,8 @@ dd {
/* Structure Styles /* Structure Styles
/*---------------------------------------------*/ /*---------------------------------------------*/
.inner { .inner {
width: 850px; width: 100%;
max-width: 850px;
margin: 0 auto; margin: 0 auto;
} }

Loading…
Cancel
Save