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 688a31cff9 - Show all commits

View File

@ -16,7 +16,6 @@ canvas {
#navigation {
background: #dce0e8;
display: flex;
padding: 16px;
position: fixed;
top: 0px;
@ -25,6 +24,7 @@ canvas {
}
#navBarLeft {
display: inline-block;
text-align: left;
flex-grow: 1;
font-size: 24px;
@ -35,7 +35,6 @@ canvas {
margin-top: 0px;
padding: 8px;
line-height: 21px;
display: inline-block;
text-align: right;
font-weight: bold;
border: 2px solid #4c4f69;