Remove div containing intro title and description.

This div is not used in any CSS, and is preventing the title and description from being positionable on the containing grid. I’ve moved the title ID attribute on to the title itself so we don’t lose the landmark.
This commit is contained in:
Laura Kalbag 2020-01-15 12:54:40 +00:00
parent 6948a8fdaa
commit a4bc2a16f3

View File

@ -3,10 +3,8 @@ layout: layouts/index.njk
--- ---
<section id="introduction" class="auto-grid"> <section id="introduction" class="auto-grid">
<div id="title"> <h1 class="title__thicc" id="title">Self-Defined</h1>
<h1 class="title__thicc">Self-Defined</h1>
<p>A modern dictionary about us.<br>We define our words, but they don't define us.</p> <p>A modern dictionary about us.<br>We define our words, but they don't define us.</p>
</div>
<div> <div>
<p class="summary"> <p class="summary">
Self-Defined seeks to provide more inclusive, holistic, and fluid definitions to reflect the diverse perspectives of the modern world. Self-Defined seeks to provide more inclusive, holistic, and fluid definitions to reflect the diverse perspectives of the modern world.