Skip to content

Commit 23efc9e

Browse files
committed
Fix header sticking to top with no space above
1 parent 7f44f1a commit 23efc9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/components/DefaultHeader.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ async function signOut() {
134134
top: 0;
135135
box-sizing: border-box;
136136
max-width: max(75%, 750px);
137-
margin: 2rem auto;
137+
margin: 0 auto;
138+
padding: 2rem 0;
138139
z-index: 100;
139140
}
140141

0 commit comments

Comments
 (0)