fix layout issue with mandala & improve mandala sizing

This commit is contained in:
Adam Piontek 2021-11-10 17:23:36 -05:00
parent 40b091211f
commit 97cc9384e5
6 changed files with 29 additions and 100 deletions

View file

@ -21,5 +21,16 @@ namespace WP_RDNYC;
<?php wp_footer(); ?>
<?php
if (is_front_page()) :
?>
<img
src="<?php echo get_template_directory_uri() . '/dist/images/svg-roll-mandala.svg'; ?>"
class="img roll-mandala" aria_hidden="true"
>
<?php
endif;
?>
</body>
</html>