aligment fixes
This commit is contained in:
parent
574a216e4b
commit
5cc79be2f3
2 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue