Redo layout to avoid bug

This commit is contained in:
Katherina Walshe-Grey 2025-02-12 23:16:21 +00:00
parent a920fcb98a
commit 682ef8d1d1
2 changed files with 20 additions and 23 deletions

View file

@ -11,7 +11,7 @@
<body>
<h1>The Trees of Kortirion</h1>
<div class="section">
<main>
<h2>Alalminórë</h2>
<p class="verse">
<span class="line">O ancient city on a leaguered hill!</span><br />
@ -61,9 +61,6 @@
<span class="line">Of mighty ships too soon, too soon, to sail</span><br />
<span class="line line-indented">To other days beyond these sunlit seas.</span>
</p>
</div>
<div class="section">
<h2 lang="qya">Narquelion</h2>
<p class="verse">
<span class="line">Alalminórë! Green heart of this Isle</span><br />
@ -114,9 +111,6 @@
<span class="line">In heedless winds beneath the sullen sky,</span><br />
<span class="line line-indented">And fall like dying birds among the meres.</span>
</p>
</div>
<div class="section">
<h2 lang="qya">Hrívion</h2>
<p class="verse">
<span class="line">Alas! Kortirion, Queen of Elms, alas!</span><br />
@ -166,9 +160,7 @@
<span class="line">And silence. Here I too will dwell;</span><br />
<span class="line line-indented">Kortirion, I will meet the winter here.</span>
</p>
</div>
<div class="section">
<h2 lang="qya">Mettanyë</h2>
<p class="verse">
<span class="line">I would not find the burning domes and sands</span><br />
@ -183,7 +175,7 @@
<span class="line">The Folk Immortal under withered elms,</span><br />
<span class="line">Alalminórë once in ancient realms.</span>
</p>
</div>
</main>
</body>
</html>
</html>