Skip to content

Commit cd630c9

Browse files
committed
updated
1 parent e739a3e commit cd630c9

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

source/style.css

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,14 @@ button:hover,
6262
.header {
6363
display: flex;
6464
position: sticky;
65-
top: 1em;
66-
z-index: 10;
67-
justify-content: space-between;
68-
align-items: center;
69-
background: inherit;
65+
z-index: 100;
66+
top: var(--margin);
67+
outline: solid var(--margin) #2b2c2c;
7068
}
7169

7270
.header-burger {
73-
position: absolute;
74-
right: 0;
75-
width: 1.5rem;
76-
height: 1.5rem;
77-
cursor: pointer;
78-
text-align: center;
71+
flex-shrink: 1;
72+
width: 1.3em;
7973
}
8074

8175
/**

0 commit comments

Comments
 (0)