diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section.html b/templates/section.html index d901172..9ab3785 100755 --- a/templates/section.html +++ b/templates/section.html @@ -6,7 +6,7 @@ {% block content %} <section class="section"> - <div class="container max-w-7xl mx-auto"> + <div class="container max-w-7xl mx-auto min-h-screen"> <div class="flex flex-col items-center flex-start space-y-2 py-8"> <h1 class="title leading-10 text-3xl text-garage-gray">{{ section.title }}</h1> <p class="italic">{{ section.description }}</p> |