aligment fixes

This commit is contained in:
Javier 2017-01-03 09:58:49 -03:00
commit 5cc79be2f3
2 changed files with 6 additions and 3 deletions

View file

@ -19,8 +19,11 @@
}
#backup-description {
max-width: 500px;
margin-left: 1rem;
margin-right: 1rem;
margin: auto;
padding: 1rem 0.5rem 0 1rem;
@media (max-height: 480px) {
padding-top: 40px;
}
}
.cta-buttons {
@extend %cta-buttons;