This commit is contained in:
Parker TenBroeck 2026-01-19 10:48:26 -05:00
parent 458a6ced12
commit 3e6f2f3247
18 changed files with 34 additions and 0 deletions

View file

@ -105,6 +105,10 @@ figure.image {
text-align: center;
}
@media screen and (min-width: 978px) {
}
figure.image img {
max-width: 80%;
height: auto;