diff --git a/index.html b/index.html index 8456ab9..673ffc5 100644 --- a/index.html +++ b/index.html @@ -138,5 +138,49 @@ +
+

Projects

+

+ Below are some projects that I have worked on where I found something + that was interesting enough to make a writeup and post. +

+ +
diff --git a/print.css b/print.css index c583535..7c1d210 100644 --- a/print.css +++ b/print.css @@ -6,3 +6,8 @@ body { h2::after { margin: 0; } + +#noprint { + display: none; + visibility: hidden; +} diff --git a/style.css b/style.css index 1a32afc..cb475d3 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,10 @@ p { margin-left: 1em; } +article > p { + margin-left: 0; +} + body { margin: auto 15% 5em 10%; }