shrink navigation to actual size

This commit is contained in:
Joshua Goins 2023-04-03 17:40:40 -04:00
parent 63478685e8
commit ff73a6f49f

View file

@ -21,6 +21,7 @@
#content {
display: flex;
flex-direction: row;
align-items: flex-start;
}
body {