mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50: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
|
/* Preview
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
.previewPage {
|
||||||
|
flex-direction: row;
|
||||||
|
margin-left: 0;
|
||||||
|
padding-right: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
|
@ -128,9 +134,7 @@
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
.download {
|
.download {
|
||||||
flex-direction: row;
|
padding-bottom: 4rem;
|
||||||
align-items: center;
|
|
||||||
padding-right: 2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-btn,
|
.download-btn,
|
||||||
|
|
Loading…
Reference in a new issue