responsive image size

This commit is contained in:
Nick Pegg 2024-08-04 09:21:04 -07:00
parent d1dcb610d6
commit 35d5884591

View file

@ -2,7 +2,7 @@ body {
} }
#content { #content {
width: 1500px; max-width: 1500px;
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -41,6 +41,11 @@ ul {
width: 50px; width: 50px;
} }
#photo img {
max-width: 100%;
height: auto;
}
.arrow { .arrow {
border: solid black; border: solid black;
border-width: 0 3px 3px 0; border-width: 0 3px 3px 0;