• Minor CSS update which should enable proper responsiveness for mobile devices (responsive design).

This commit is contained in:
Ivan Davidov 2014-08-05 17:52:29 +03:00
parent b85317ca0c
commit a3c458011f

View File

@ -9,7 +9,8 @@ margin: 0;
}
#container {
width: 780px;
width: 100%;
max-width: 780px;
margin: 0 auto;
}