mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
spacer at the bottom
This commit is contained in:
parent
06a28a39b0
commit
ebb6a635a8
@ -1,5 +1,4 @@
|
||||
</div>
|
||||
<?php wp_footer(); ?>
|
||||
<div class="spacer-footer"></div>
|
||||
</body>
|
||||
</html>
|
@ -28,5 +28,6 @@ $tags = get_tags( [ 'orderby' => 'count', 'order' => 'desc' ] );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
</div>
|
||||
<?php get_footer(); ?>
|
@ -144,6 +144,6 @@ img.icon {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.spacer-footer{
|
||||
.spacer{
|
||||
height: 8em;
|
||||
}
|
Loading…
Reference in New Issue
Block a user