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

main
chae0e 2 years ago
commit a7c9a2019c

@ -94,7 +94,7 @@
themselves.
</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>
The third week release, Uneven Patterns, was the first milestone in which the
@ -149,7 +149,7 @@
</p>
</main>
<footer>
<h3>Glossary</h3>
<h2>Glossary</h2>
<dl>
<dt id="release">Release</dt>
<dd>

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

Loading…
Cancel
Save