1

Fix mobile issue with photos

This commit is contained in:
Evan Pratten 2024-11-27 19:18:57 -05:00
parent 022732f5e0
commit c49f34b934

View File

@ -24,9 +24,10 @@ body {
}
img {
max-width: 800px;
max-width: calc(min(800px, 100vw - 2em));
border: 5px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: black;
}
div.description {