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>
|
</div>
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
<div class="spacer-footer"></div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -28,5 +28,6 @@ $tags = get_tags( [ 'orderby' => 'count', 'order' => 'desc' ] );
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="spacer"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
@ -144,6 +144,6 @@ img.icon {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer-footer{
|
.spacer{
|
||||||
height: 8em;
|
height: 8em;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user