Fix style for small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-07 18:35:22 -03:00
commit 923455ab31
2 changed files with 19 additions and 6 deletions

View file

@ -171,5 +171,21 @@
margin-bottom: 0;
}
.button, button {
padding: 1rem 1.2rem 1.0625rem;
}
form {
margin: 0;
}
.box-setup {
margin-bottom: 50px;
}
.footer-setup {
margin-bottom: 50px;
}
}