core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
Showing only changes of commit 794a1c23d0 - Show all commits

View File

@ -7,12 +7,17 @@ body {
margin-inline: auto;
background: #eff1f5;
margin: 0px auto;
padding-top: 80px;
}
#navigation {
background: #dce0e8;
display: flex;
padding: 16px;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
}
#navBarLeft {