base game working

This commit is contained in:
2020-03-25 15:57:20 +01:00
parent 373885732a
commit 0943889349
10 changed files with 270 additions and 30 deletions
+16
View File
@@ -0,0 +1,16 @@
nav {
font-size: 1.6rem;
display: flex;
section {
flex: 1;
}
ul {
padding-left: 2rem;
}
li {
list-style-type: disc;
}
}