fix mobile layout
This commit is contained in:
parent
ac3cb10634
commit
d20c165e67
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ import Header from "./Header.astro";
|
|||
/* mobile */
|
||||
@media screen and (max-width: 600px) {
|
||||
.sidebar {
|
||||
position: initial;
|
||||
/* needed due to background being fixed */
|
||||
position: relative;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue