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
This commit is contained in:
Erick Madrigal Ríos 2016-04-16 01:14:19 -06:00
parent d8f9166918
commit 0e632bdaa1

View file

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