bottom space

This commit is contained in:
cupcakearmy 2019-07-03 10:38:41 +02:00
parent 8c70403a1c
commit 06a28a39b0
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
</div>
<?php wp_footer(); ?>
<div class="spacer-footer"></div>
</body>
</html>

View File

@ -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;
}