fixing lineskips
This commit is contained in:
parent
0fa358464d
commit
c90e766780
|
|
@ -9,7 +9,8 @@ $thematiquesTerms = get_terms(array(
|
|||
$page_icon = get_field('page_icon', get_queried_object());
|
||||
|
||||
?>
|
||||
<nav class="breadcrumbs_navigation" aria-label="breadcrumbs">
|
||||
<div class="homegrade-page-container homegrade-page-container--archive-faq">
|
||||
<nav class="breadcrumbs_navigation" aria-label="breadcrumbs">
|
||||
<ol>
|
||||
<li>
|
||||
<a href="<?php echo home_url() ?>" title="<?php echo __("Accueil", "homegrade-theme__texte-fonctionnel") ?>">
|
||||
|
|
@ -18,9 +19,9 @@ $page_icon = get_field('page_icon', get_queried_object());
|
|||
</li>
|
||||
<li><a href="<?php echo get_post_type_archive_link('questions') ?>" aria-current='location'>FAQ</a></li>
|
||||
</ol>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
<section class="archive-page-header archive-page-header--faq">
|
||||
<section class="archive-page-header archive-page-header--faq">
|
||||
<?php if ($page_icon) : ?>
|
||||
<img class="archive-page-header__icon" src="<?php echo $page_icon['url'] ?>" alt="" />
|
||||
<?php endif; ?>
|
||||
|
|
@ -57,10 +58,10 @@ $page_icon = get_field('page_icon', get_queried_object());
|
|||
<?php endforeach; ?>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="homegrade-help card-large-content-container">
|
||||
<section class="homegrade-help card-large-content-container">
|
||||
<div class="card-large-content card-large-content--has-illustration">
|
||||
<img class="card-large-content__top-illustration" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-homegrade-help.svg' alt=''>
|
||||
|
||||
|
|
@ -103,8 +104,9 @@ $page_icon = get_field('page_icon', get_queried_object());
|
|||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user