mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 15:30:21 +00:00
style(encoding&download): Fix layout on landscape ratio
This commit is contained in:
parent
fd4f71475e
commit
9c6feeba83
1 changed files with 7 additions and 3 deletions
|
@ -117,6 +117,12 @@
|
|||
/* Preview
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
.previewPage {
|
||||
flex-direction: row;
|
||||
margin-left: 0;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.preview {
|
||||
flex-shrink: 0;
|
||||
margin-right: 2rem;
|
||||
|
@ -128,9 +134,7 @@
|
|||
-------------------------------------------------------------- */
|
||||
|
||||
.download {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding-right: 2rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.download-btn,
|
||||
|
|
Loading…
Reference in a new issue