mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-01-22 04:34:29 -08:00
fixed header css
This commit is contained in:
parent
c508e20157
commit
c2e8ab4bbc
@ -60,8 +60,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body>header {
|
body>header {
|
||||||
|
display: flex;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
justify-content: space-between;
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
border-bottom: 0.1em solid var(--accent-50);
|
border-bottom: 0.1em solid var(--accent-50);
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
Loading…
Reference in New Issue
Block a user