style(encoding&download): Fix layout on landscape ratio

This commit is contained in:
wryk 2019-05-20 21:55:30 +02:00
parent fd4f71475e
commit 9c6feeba83

View file

@ -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,