aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/links.html2
-rw-r--r--static/style.css6
2 files changed, 7 insertions, 1 deletions
diff --git a/static/links.html b/static/links.html
index 712c0ba..2155043 100644
--- a/static/links.html
+++ b/static/links.html
@@ -490,6 +490,8 @@
<li><a href="https://solar.lowtechmagazine.com/">Low &lt;- Tech Magazine</a></li>
<li><a href="https://ultimatemotherfuckingwebsite.com/">Ultimate motherfucking website</a> - Example of a "perfect" website</li>
<li><a href="https://orange-claw-hammer.com/cars/rs/index.htm">orange-claw-hammer.com</a> - Datsun roadster project page w/ interesting engine swaps</li>
+ <li><a href="https://utcc.utoronto.ca/~cks/">Chris Siebenmann</a> - Unix hearder. CS professor.</li>
+ <li><a href="https://slyka.net/">Kris Slyka</a> - Artist and engineer</li>
</ul>
<h2>Video</h2>
<ul>
diff --git a/static/style.css b/static/style.css
index 0bb4559..412fa13 100644
--- a/static/style.css
+++ b/static/style.css
@@ -450,7 +450,11 @@ blockquote {
grid-template-columns: repeat(4, 1fr);*/
margin-top: 1.75rem;
column-count: 3;
- column-gap: 0;
+ column-gap: 1rem;
+}
+
+.gallery > img {
+ margin-bottom: 1rem;
}
@media screen and (max-width: 45rem) {