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

View File

@ -28,12 +28,12 @@ body {
background: #03001C; background: #03001C;
} }
.introLeft { #introLeft {
display: inline-block; display: inline-block;
max-width: 40rem; max-width: 40rem;
} }
.introRight { #introRight {
display: inline-block; display: inline-block;
max-width: 10rem; max-width: 10rem;
} }
@ -46,20 +46,6 @@ body {
display: flex; display: flex;
} }
#navBarLeft {
text-align: left;
padding: 4px;
margin-right: auto;
}
#top {
margin-bottom: 6px;
border-top-left-radius: 0px;
margin: 4px auto;
margin-top: 0px;
height: 55px;
}
.canvas { .canvas {
margin: auto; margin: auto;
display: inline-block; display: inline-block;