aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-02-08 13:11:43 +0100
committerAlex Auvolat <alex@adnab.me>2023-02-08 13:11:43 +0100
commit670123df38608c98eadc482b9778ddfffe8560c7 (patch)
tree6b18562f502100a3dc80615a1b0b7d7c5203852f /templates/layout.html
parentcd415325729fddea26c816291bb33171b9cc4879 (diff)
downloadguichet-670123df38608c98eadc482b9778ddfffe8560c7.tar.gz
guichet-670123df38608c98eadc482b9778ddfffe8560c7.zip
First iteration on mailing list administration interface
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 5f4a315..212ce5e 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -9,7 +9,7 @@
<title>{{template "title"}} Guichet</title>
</head>
<body>
- <div class="container">
+ <div class="container mb-4">
<h1>Guichet Deuxfleurs💮💮</h1>
<hr />
{{template "body" .}}