This commit is contained in:
Jon Janzen
2022-02-18 19:32:29 -07:00
commit d80b3a2b46
3 changed files with 71 additions and 0 deletions

8
site.css Normal file
View File

@@ -0,0 +1,8 @@
.nav {
position: absolute;
top: 22;
right: 22;
}
.content {
max-width:81%;
}