]> 91.132.146.200 Git - insipid.git/commitdiff
fixed feature #3 Reduce whitespace in frontend
authorBanana <mail@bananas-playground.net>
Sat, 12 Sep 2020 10:49:47 +0000 (12:49 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 12 Sep 2020 10:49:47 +0000 (12:49 +0200)
ChangeLog
webroot/asset/css/style.css

index 23e90486a82c39a1c427c004daecfe36224028e3..3dfc98fc8c08d145cda0bba0e66c4d40c5b4e427 100644 (file)
--- 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)
index 5e375221a4ad0da1eacadd530ec968c0b8f3bf29..b8e872d7b62dd895dd349a5515bc465c871edcb0 100644 (file)
@@ -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;
+}