mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-19 16:19:16 +00:00
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:
parent
6948a8fdaa
commit
a4bc2a16f3
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user