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;

View file

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