diff --git a/astro/src/pages/index.astro b/astro/src/pages/index.astro index 0b85427b4..cc026daa8 100644 --- a/astro/src/pages/index.astro +++ b/astro/src/pages/index.astro @@ -81,7 +81,7 @@ } .footer { - height: 2rem; + min-height: 2rem; display: flex; justify-content: flex-end; background: #c5c5c5;