switch a section to a div

This commit is contained in:
Robert McGovern 2022-10-24 19:59:50 +01:00
parent 58033f2d68
commit 1c54ac076b
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<img class="hero-img" src="assets/tablet/image-hero.png" alt="Image of users of meet" aria-hidden="true"> <img class="hero-img" src="assets/tablet/image-hero.png" alt="Image of users of meet" aria-hidden="true">
<img class="hero-img-left" src="assets/desktop/image-hero-left.png" alt="Image of users of meet" <img class="hero-img-left" src="assets/desktop/image-hero-left.png" alt="Image of users of meet"
aria-hidden="true"> aria-hidden="true">
<section class="primary-section"> <div class="primary-section">
<h1 class="primary-section__heading"> <h1 class="primary-section__heading">
Group Chat for Everyone Group Chat for Everyone
</h1> </h1>
@ -42,7 +42,7 @@
What is it? What is it?
</a> </a>
</p> </p>
</section> </div>
<img class="hero-img-right" src="assets/desktop/image-hero-right.png" alt="Image of users of meet" <img class="hero-img-right" src="assets/desktop/image-hero-right.png" alt="Image of users of meet"
aria-hidden="true"> aria-hidden="true">
</section> </section>