spacer at the bottom

This commit is contained in:
cupcakearmy 2019-07-03 10:42:41 +02:00
parent 06a28a39b0
commit ebb6a635a8
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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(); ?>

View File

@ -144,6 +144,6 @@ img.icon {
width: 100%; width: 100%;
} }
.spacer-footer{ .spacer{
height: 8em; height: 8em;
} }