Skip to content

Commit e63c8f9

Browse files
author
黄佰荣
committed
update the header style
1 parent 9f2e0a4 commit e63c8f9

1 file changed

Lines changed: 2 additions & 2 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: -100%;
219+
right: -100vw;
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: 100vw;
354+
right: -100vw;
355355
}
356356

357357
.nav-link {

0 commit comments

Comments
 (0)