core: rearrange navigation and put main projects in a single row

This commit is contained in:
Trianta
2024-11-25 14:37:17 -06:00
parent a754319374
commit 47fd5c7458
2 changed files with 25 additions and 10 deletions
+11
View File
@@ -22,6 +22,7 @@ body {
padding: 8px;
line-height: 21px;
display: inline-block;
text-align: right;
}
#top {
@@ -34,9 +35,19 @@ body {
}
#main {
margin: 0px 120px;
display: flex;
/*background: #1e2030;*/
}
.canvas {
width: 780px;
height: 600px;
align-items: center;
justify-content: center;
display: flex;
}
.cardStats {
font-size: 18px;
}