Skip to content

Commit 6ca6764

Browse files
authored
change margin-top and height of menu of documentation (#1084)
1 parent 5815afc commit 6ca6764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Menu/SideMenu.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
max-width: 230px;
3939
padding: 0;
4040
overflow-y: auto;
41-
height: calc(100vh - 236px);
41+
height: calc(100vh - 190px);
4242
overflow-y: auto;
4343
}
4444

@@ -111,7 +111,7 @@
111111

112112
@media (min-width: 1024px) {
113113
.menu {
114-
margin-top: -75px;
114+
margin-top: -130px;
115115
}
116116

117117
.menu > div > ul {

0 commit comments

Comments
 (0)