Skip to content

Commit

Permalink
fix colours
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWL committed Nov 15, 2024
1 parent 00acafd commit da93a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ header,
main,
footer {
padding: 1rem 0;
color: var(--color-text-contrast);
width: 100%;
}
header,footer{
position: fixed;
left: 10%;
color: var(--color-text-contrast);
background-color: var(--color-background-soft);
}
header {
Expand Down

0 comments on commit da93a4d

Please sign in to comment.