Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 23, 2024
1 parent b46b81e commit 32d0526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion input/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ header {
display: flex;
justify-content: center;
background-color: var(--body-background-color);
padding: 1em 0;
padding: 1em;
border-bottom: 1px solid var(--line-color);
position: fixed;
top: 0;
Expand Down Expand Up @@ -186,6 +186,7 @@ footer {
"sidebar"
"main"
"footer";
padding: 1em;
}
}

Expand Down

0 comments on commit 32d0526

Please sign in to comment.