quick mobile responsiveness fix

This commit is contained in:
mntmn 2020-04-08 21:29:16 +02:00
parent 80f9b0d93f
commit 2ac0d49f2f
2 changed files with 38 additions and 0 deletions

View File

@ -15997,6 +15997,21 @@ body:not(.present-mode) #space .artifact.selected {
margin-top: 100px;
margin-bottom: 100px; }
@media screen and (max-width: 1000px) {
#landing section {
margin-left: 20px;
margin-right: 20px; }
.footer {
margin-left: 20px;
margin-right: 20px; }
.header-right {
right: auto;
padding-left: 10px;
padding-right: 20px;
padding-top: 80px; }
#folder-wrapper {
padding-top: 128px; } }
html,
body {
height: 100%;

View File

@ -27,3 +27,26 @@
margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
#landing {
section {
margin-left: 20px;
margin-right: 20px;
}
}
.footer {
margin-left: 20px;
margin-right: 20px;
}
.header-right {
right: auto;
padding-left: 10px;
padding-right: 20px;
padding-top: 80px;
}
#folder-wrapper {
padding-top: 128px;
}
}