style(encoding & download): Vertically center content

This commit is contained in:
Tixie 2019-05-24 21:29:29 +02:00
parent 1711911d62
commit ca105d0371
3 changed files with 1 additions and 2 deletions

View file

@ -30,6 +30,7 @@
.layoutOverlay {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-grow: 1;
margin-right: auto;

View file

@ -6,7 +6,6 @@
display: flex;
flex-direction: column;
align-items: center;
flex-grow: 1;
padding-bottom: 4rem;
text-align: center;
}

View file

@ -5,7 +5,6 @@
.download {
display: flex;
flex-direction: column;
flex-grow: 1;
max-width: 100%;
text-align: center;
}