fierymonk / hiketo500

A simple page to help track hiking mileage.
0 stars 0 forks source link

full width sections #7

Closed fierymonk closed 7 months ago

fierymonk commented 7 months ago

I want to change the bottom “about” section into a full width section. That means that I cannot use the “main” container to restrict the width of the content. I’ll need each “section” to be full width and keep the content narrowed in the midst of each one.

<main>
<section><div class=“container”>…</div></section>
<section><div class=“container”>…</div></section>
</main>