Mobile version v1

This commit is contained in:
2020-03-22 21:19:11 +01:00
parent 3072ae4387
commit 8e1ebdbd6c
9 changed files with 67 additions and 46 deletions

31
style/_mobile.scss Normal file
View File

@@ -0,0 +1,31 @@
@media only screen and (max-width: 800px) {
.desktop {
display: none !important;
}
#container {
left: 1em;
width: calc(100% - 1em - 82px);
margin: 0;
#header {
margin-left: 0;
height: 15%;
background-size: contain;
}
#main, #side {
top: 15%;
}
.ql-container {
}
}
}
@media only screen and (min-width: 801px) {
.mobile {
display: none !important;
}
}