diff --git a/_layouts/gallerylay.html b/_layouts/gallerylay.html index 4a5776b..7b0323d 100644 --- a/_layouts/gallerylay.html +++ b/_layouts/gallerylay.html @@ -67,6 +67,12 @@ padding-left: 0 !important; padding-right: 0 !important; } + + /* Add bottom spacing to prevent footer overlap */ + .gallery-page { + padding-bottom: 3rem; + min-height: calc(100vh - 200px); + }