core: rearrange navigation and put main projects in a single row
This commit is contained in:
+11
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user