mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 10:11:52 +00:00
style(encoding & download): Vertically center content
This commit is contained in:
parent
1711911d62
commit
ca105d0371
3 changed files with 1 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
.layoutOverlay {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
margin-right: auto;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
padding-bottom: 4rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
.download {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue