diff _layouts/default.html @ 84:5914d06f72b4

css: tweak styles to make things work on older browsers the other thing was hacky; this is weirder, but makes a tiny bit more sense
author Paper <paper@paper.us.eu.org>
date Wed, 05 Jun 2024 21:02:44 -0400
parents 5fdf5f346b92
children 92f1ea793bf2
line wrap: on
line diff
--- a/_layouts/default.html	Mon May 20 05:04:46 2024 -0400
+++ b/_layouts/default.html	Wed Jun 05 21:02:44 2024 -0400
@@ -38,8 +38,10 @@
 <body>
 	{% include navigation.html %}
 
-	<br>
+	<div class="catchall">
 
 	{{ content }}
+
+	</div>
 </body>
 </html>
\ No newline at end of file