core: make navigation a class
This commit is contained in:
+2
-3
@@ -38,12 +38,11 @@ body {
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
.navigation {
|
||||
text-align: right;
|
||||
padding: 6px;
|
||||
max-width: inherit;
|
||||
max-width: 4rem;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
|
||||
Reference in New Issue
Block a user