mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-22 16:16:25 +00:00
bottom space
This commit is contained in:
parent
8c70403a1c
commit
06a28a39b0
@ -1,4 +1,5 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
|
<div class="spacer-footer"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -2,7 +2,7 @@
|
|||||||
Theme Name: Liquet
|
Theme Name: Liquet
|
||||||
Author: Niccolo Borgioli
|
Author: Niccolo Borgioli
|
||||||
Description: Minimalistic clean theme
|
Description: Minimalistic clean theme
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
License: MIT
|
License: MIT
|
||||||
Tags: minimal, simple, typography, clean
|
Tags: minimal, simple, typography, clean
|
||||||
Author URI: https://nicco.io
|
Author URI: https://nicco.io
|
||||||
@ -143,3 +143,7 @@ img.icon {
|
|||||||
max-width: var(--text-width);
|
max-width: var(--text-width);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spacer-footer{
|
||||||
|
height: 8em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user