We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e739a3e commit cd630c9Copy full SHA for cd630c9
source/style.css
@@ -62,20 +62,14 @@ button:hover,
62
.header {
63
display: flex;
64
position: sticky;
65
- top: 1em;
66
- z-index: 10;
67
- justify-content: space-between;
68
- align-items: center;
69
- background: inherit;
+ z-index: 100;
+ top: var(--margin);
+ outline: solid var(--margin) #2b2c2c;
70
}
71
72
.header-burger {
73
- position: absolute;
74
- right: 0;
75
- width: 1.5rem;
76
- height: 1.5rem;
77
- cursor: pointer;
78
- text-align: center;
+ flex-shrink: 1;
+ width: 1.3em;
79
80
81
/**
0 commit comments