Hid left panel on small screens

This commit is contained in:
thepaperpilot 2021-01-24 11:53:46 -06:00
parent 2be4b24a02
commit 5d4558182a

View file

@ -716,3 +716,10 @@ button > * {
box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
}
@media only screen and (max-width: 720px) {
.col.right {
min-width: 100%;
background: var(--background);
}
}