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 856c289 commit e739a3eCopy full SHA for e739a3e
source/style.css
@@ -61,12 +61,21 @@ button:hover,
61
*/
62
.header {
63
display: flex;
64
- gap: 0.5em;
+ position: sticky;
65
+ top: 1em;
66
+ z-index: 10;
67
+ justify-content: space-between;
68
+ align-items: center;
69
+ background: inherit;
70
}
71
72
.header-burger {
- flex-shrink: 1;
- width: 1.3em;
73
+ position: absolute;
74
+ right: 0;
75
+ width: 1.5rem;
76
+ height: 1.5rem;
77
+ cursor: pointer;
78
+ text-align: center;
79
80
81
/**
0 commit comments