quick mobile responsiveness fix
This commit is contained in:
parent
80f9b0d93f
commit
2ac0d49f2f
@ -15997,6 +15997,21 @@ body:not(.present-mode) #space .artifact.selected {
|
|||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
margin-bottom: 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,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -27,3 +27,26 @@
|
|||||||
margin-bottom: 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user