Updated settings.

This commit is contained in:
Mike Cao 2023-03-23 16:33:10 -07:00
parent be2fc0de8d
commit 9260e5bc33
16 changed files with 62 additions and 39 deletions

View file

@ -9,9 +9,15 @@
flex-direction: column;
width: 200px;
padding: 40px 0;
margin-right: 20px;
}
.content {
display: flex;
flex-direction: column;
}
.menu.hidden {
visibility: hidden;
width: 0;
}