fix layout issue with mandala & improve mandala sizing
This commit is contained in:
parent
40b091211f
commit
97cc9384e5
6 changed files with 29 additions and 100 deletions
11
footer.php
11
footer.php
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue