Remove margins on small devices

This commit is contained in:
Daniel García
2019-02-18 20:43:34 +01:00
parent 828e3a5795
commit bf6ae91a6d

View File

@@ -25,6 +25,10 @@
body { body {
padding-top: 190px; padding-top: 190px;
} }
.container {
max-width: 100%;
}
} }
img { img {