switch a section to a div
This commit is contained in:
parent
58033f2d68
commit
1c54ac076b
|
@ -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-left" src="assets/desktop/image-hero-left.png" alt="Image of users of meet"
|
||||
aria-hidden="true">
|
||||
<section class="primary-section">
|
||||
<div class="primary-section">
|
||||
<h1 class="primary-section__heading">
|
||||
Group Chat for Everyone
|
||||
</h1>
|
||||
|
@ -42,7 +42,7 @@
|
|||
What is it?
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
<img class="hero-img-right" src="assets/desktop/image-hero-right.png" alt="Image of users of meet"
|
||||
aria-hidden="true">
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue