Viewer: Fix overflow and top part margins

This commit is contained in:
2020-04-06 18:09:34 +02:00
parent 90765b0725
commit 6859aa1640

View File

@@ -4,10 +4,10 @@
height: 100vh;
min-height: 560px;
padding-top: 16px;
overflow-x: hidden;
@include breakpoint (sm) {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
@@ -28,9 +28,9 @@
flex-flow: row wrap;
@include breakpoint (sm) {
// position: static;
justify-content: center;
margin-bottom: 24px;
margin-top: 24px;
margin-bottom: 48px;
}
// Tip message