Fix responsive display on PATT Web

This commit is contained in:
Swissky
2023-03-10 23:20:39 +01:00
parent f379b60ef1
commit 084efe8a6b
2 changed files with 8 additions and 7 deletions

View File

@@ -1,11 +1,13 @@
.md-sidebar{
width: 35em;
}
.md-header{
background-color: #023342;
}
.md-grid{
max-width: 100%;
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
}