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
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A

View File

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