Commit 2ac0d49f authored by mntmn's avatar mntmn
Browse files

quick mobile responsiveness fix

parent 80f9b0d9
......@@ -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%;
......
......@@ -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;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment