Prevent horizontal scrolling on mobile devices

This commit is contained in:
Iurii Kucherov
2015-08-04 19:43:57 +03:00
parent fa9f0951b6
commit 263a0111cb
+6
View File
@@ -30,6 +30,12 @@ ul {
height: 22px;
width: 22px; }
@media screen and (max-width: 640px) {
ul {
padding-left: 0; }
li { width: 100%; }
}
#content {
margin: 0 auto;
padding: 0 30px; }