diff _layouts/post.html @ 81:eb3bbc61bc17

Use flexbox for lots more things this should make stuff actually work on safari. HOPEFULLY.
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 04:00:58 -0400
parents 815c0da68384
children 1fed81c848a5
line wrap: on
line diff
--- a/_layouts/post.html	Mon May 20 03:46:03 2024 -0400
+++ b/_layouts/post.html	Mon May 20 04:00:58 2024 -0400
@@ -2,7 +2,7 @@
 layout: default
 ---
 <div class="content drop-shadow-box drop-shadow-text">
-	<h1>{{ page.title }}</h1>
+	<h2>{{ page.title }}</h2>
 	<hr class="project-separator">
 
 	{{ content }}