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 { #backup-description {
max-width: 500px; max-width: 500px;
margin-left: 1rem; margin: auto;
margin-right: 1rem; padding: 1rem 0.5rem 0 1rem;
@media (max-height: 480px) {
padding-top: 40px;
}
} }
.cta-buttons { .cta-buttons {
@extend %cta-buttons; @extend %cta-buttons;

View file

@ -33,7 +33,7 @@
text-align: center; text-align: center;
.backup-phrase { .backup-phrase {
background-color: $subtle-gray; background-color: $subtle-gray;
margin: 0 1rem 0 1rem; margin: auto;
border: 2px dashed darken($subtle-gray, 10%); border: 2px dashed darken($subtle-gray, 10%);
border-radius: $subtle-radius; border-radius: $subtle-radius;
color: #2b2b2b; color: #2b2b2b;