From 06a28a39b0d69b2eb3db2154e803ec831276fab5 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 3 Jul 2019 10:38:41 +0200 Subject: [PATCH] bottom space --- liquet/footer.php | 1 + liquet/style.css | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/liquet/footer.php b/liquet/footer.php index c283397..1eb48e8 100644 --- a/liquet/footer.php +++ b/liquet/footer.php @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/liquet/style.css b/liquet/style.css index 8ddccb8..9eb8eac 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -2,7 +2,7 @@ Theme Name: Liquet Author: Niccolo Borgioli Description: Minimalistic clean theme -Version: 0.9 +Version: 0.10 License: MIT Tags: minimal, simple, typography, clean Author URI: https://nicco.io @@ -142,4 +142,8 @@ img.icon { .auto-width { max-width: var(--text-width); width: 100%; +} + +.spacer-footer{ + height: 8em; } \ No newline at end of file