aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-02 13:16:01 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-02 13:16:01 +0100
commit43b13306edeb43604f616ceecc94239de2f28444 (patch)
treef44f09594237d32fc657d716aa6016560928d2ae /templates
parent14b26bb2b0738a9db106213599c0a69eab2c4341 (diff)
downloadgaragehq.deuxfleurs.fr-43b13306edeb43604f616ceecc94239de2f28444.tar.gz
garagehq.deuxfleurs.fr-43b13306edeb43604f616ceecc94239de2f28444.zip
update doc and add min-h-screen
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/section.html2
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>