diff --git a/src/pages/resources/index.astro b/src/pages/resources/index.astro index af79360..f7cc27b 100644 --- a/src/pages/resources/index.astro +++ b/src/pages/resources/index.astro @@ -249,6 +249,7 @@ import Layout from '../../layouts/Layout.astro' img { max-height: 100%; + max-width: 100%; border: 2px solid var(--text-color); border-radius: 1rem; }