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 f00bc01ad7 - Show all commits

View File

@ -21,12 +21,12 @@ canvas {
top: 0px; top: 0px;
left: 0px; left: 0px;
right: 0px; right: 0px;
text-align: right;
} }
#navBarLeft { #navBarLeft {
display: inline-block; float: left;
text-align: left; text-align: left;
flex-grow: 1;
font-size: 24px; font-size: 24px;
} }