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
header.php
11
header.php
|
@ -42,17 +42,6 @@ namespace WP_RDNYC;
|
|||
|
||||
<body <?php body_class(); ?> itemscope itemtype="https://schema.org/WebPage">
|
||||
|
||||
<?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;
|
||||
?>
|
||||
|
||||
<nav id="nt-out" class="container-fluid mb-4 mb-sm-4-2 mb-lg-4-25 mb-xl-5 mb-xxl-7">
|
||||
|
||||
<div class="nt-brand">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue