Merge branch 'main' into mobile_design

This commit is contained in:
Florian Kaiser
2021-07-10 16:41:57 +02:00
committed by GitHub
16 changed files with 208 additions and 103 deletions

View File

@@ -96,6 +96,11 @@ main {
height: calc(100% - 50px);
}
#manual {
width: 100%;
height: calc(100% - 50px);
}
@media only screen and (max-width: 980px) {
#main {
display: grid;