From 987c5c0e05127d16c13a8539c9770af679a1d859 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Fri, 29 May 2020 10:30:14 +0200 Subject: [PATCH] fix bootstrap padding --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f62292c..1486986 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@ } .motion .motion-title{ border-bottom: 1px solid black; - padding: 5px; + padding: 10px; } .motion .motion-title .title-text{ font-size: 15pt; -- 2.39.2