set max height on open photo

This commit is contained in:
Alex 2026-06-10 11:50:28 -07:00
parent dbda07f8e5
commit 5b6cb3b1e1
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -145,8 +145,8 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 75%;
height: 75%;
width: 100%;
max-width: 700px;
.close {
cursor: pointer;