Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,12 +4,12 @@ import TitleBox from "./TitleBox"; | ... | @@ -4,12 +4,12 @@ import TitleBox from "./TitleBox"; |
4 | import MenuIcons from "./MenuIcons"; | 4 | import MenuIcons from "./MenuIcons"; |
5 | 5 | ||
6 | const MenuBar = styled.div` | 6 | const MenuBar = styled.div` |
7 | + width: 15%; | ||
7 | height: 100%; | 8 | height: 100%; |
8 | display: flex; | 9 | display: flex; |
9 | flex-direction: column; | 10 | flex-direction: column; |
10 | justify-content: center; | 11 | justify-content: center; |
11 | align-items: center; | 12 | align-items: center; |
12 | - padding: 20px 10px; | ||
13 | box-shadow: 1px 1px 10px #8395a7; | 13 | box-shadow: 1px 1px 10px #8395a7; |
14 | background-color: #667aff; | 14 | background-color: #667aff; |
15 | `; | 15 | `; | ... | ... |
-
Please register or login to post a comment