From ebb6a635a87b5b1c74eeabbde602c871b6a0f81f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 3 Jul 2019 10:42:41 +0200 Subject: [PATCH] spacer at the bottom --- liquet/footer.php | 1 - liquet/index.php | 1 + liquet/style.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/liquet/footer.php b/liquet/footer.php index 1eb48e8..c283397 100644 --- a/liquet/footer.php +++ b/liquet/footer.php @@ -1,5 +1,4 @@ - \ No newline at end of file diff --git a/liquet/index.php b/liquet/index.php index 6ea420a..cc138fa 100644 --- a/liquet/index.php +++ b/liquet/index.php @@ -28,5 +28,6 @@ $tags = get_tags( [ 'orderby' => 'count', 'order' => 'desc' ] ); ?> +
\ No newline at end of file diff --git a/liquet/style.css b/liquet/style.css index 9eb8eac..916c7cf 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -144,6 +144,6 @@ img.icon { width: 100%; } -.spacer-footer{ +.spacer{ height: 8em; } \ No newline at end of file