Skip to content

Commit 33edb15

Browse files
Update main.css
prevent horizontal scroll bar
1 parent 6e17fd2 commit 33edb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ footer {
2727
header {
2828
position: sticky;
2929
top: 0;
30-
width: 100%;
30+
width: 99%;
3131
margin: none;
3232
border-bottom: 1px dashed gray;
3333
background: var(--color-bg);

0 commit comments

Comments
 (0)