Skip to content

Commit 3b51201

Browse files
author
黄佰荣
committed
update the header style
1 parent 5e95dd9 commit 3b51201

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/css/responsive.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ footer {
216216
.nav-menu {
217217
position: fixed;
218218
top: 0;
219-
right: -200%;
219+
right: -100%;
220220
width: 280px;
221221
height: 100vh;
222222
background: rgba(10, 10, 10, 0.98);
@@ -351,7 +351,7 @@ footer {
351351

352352
.nav-menu {
353353
width: 100%;
354-
right: -200%;
354+
right: -100%;
355355
}
356356

357357
.nav-link {

docs/css/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ body {
6868
justify-content: space-between;
6969
align-items: center;
7070
height: 70px;
71-
overflow-y: hidden;
7271
}
7372

7473
.navbar-brand {

0 commit comments

Comments
 (0)