Merge branch 'main' of https://git.xpub.nl/XPUB/SI18 into main

main
chae0e 2 years ago
commit a7c9a2019c

@ -94,7 +94,7 @@
themselves. themselves.
</p> </p>
<img src="img/releases/2022-06-22 17.03.22.jpg" alt="The uneven pattern website" /> <!-- <img src="img/releases/2022-06-22 17.03.22.jpg" alt="The uneven pattern website" /> -->
<p> <p>
The third week release, Uneven Patterns, was the first milestone in which the The third week release, Uneven Patterns, was the first milestone in which the
@ -149,7 +149,7 @@
</p> </p>
</main> </main>
<footer> <footer>
<h3>Glossary</h3> <h2>Glossary</h2>
<dl> <dl>
<dt id="release">Release</dt> <dt id="release">Release</dt>
<dd> <dd>

@ -161,6 +161,19 @@ footer {
padding: 24px; padding: 24px;
} }
main {
display: grid;
grid-template-columns: 1fr 1fr;
}
main p {
grid-column-start: 1;
}
main img {
grid-column-start: 2;
}
main * { main * {
max-width: 60ch; max-width: 60ch;
} }

Loading…
Cancel
Save