From 6305d76fe39dfe9fc0882aed58b6f0081e140ced Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 12 Sep 2020 12:49:47 +0200 Subject: [PATCH] fixed feature #3 Reduce whitespace in frontend --- ChangeLog | 1 + webroot/asset/css/style.css | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 23e9048..3dfc98f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ version x.x.x - Darkmere () + Fixed bug #8 It is possible to add empty tags and categories. Special chars check done on server side. JS has problems with unicode. + Fixed bug #7 Edit categories/tags. Rename and move + + Fixed feature #3 Reduce whitespace in frontend version 2.5.1 - Caves of Circe (2020-03-22) diff --git a/webroot/asset/css/style.css b/webroot/asset/css/style.css index 5e37522..b8e872d 100644 --- a/webroot/asset/css/style.css +++ b/webroot/asset/css/style.css @@ -25,3 +25,13 @@ h4 a { .card { border-top: 1px solid #cccccc; } + +/* overwrites */ +.section { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + +.column { + padding: .5rem; +} -- 2.39.5