Fix for vertical images getting squished

This commit is contained in:
2022-08-07 11:33:47 -07:00
parent edad9cb2d7
commit 1b32b9cf8c
2 changed files with 6 additions and 2 deletions

View File

@@ -66,6 +66,10 @@ li {
max-width: 100%;
}
img.vertical {
width: 100%;
}
div.nav {
display: flex;
justify-content: space-between;