From d11585c6e7a1418d8558ee7151bb2598bc9341ae Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 7 Dec 2024 13:07:37 -0500 Subject: [PATCH] minor stuff --- notes | 1 + static/css/layout.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/notes b/notes index 667b8b7..19c51d4 100644 --- a/notes +++ b/notes @@ -8,6 +8,7 @@ noted fonts: "Averia Serif Libre",cursive Architects Daughter https://fonts.google.com/specimen/Architects+Daughter Courier New +Gloock https://fonts.google.com/specimen/Gloock Milonga https://fonts.google.com/specimen/Milonga ET Book https://edwardtufte.github.io/et-book/ Hanuman https://fonts.google.com/specimen/Hanuman diff --git a/static/css/layout.css b/static/css/layout.css index ab1ea0c..4d08b8d 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -139,11 +139,11 @@ blockquote { margin: 0; } } +/*might need to become grid when adding in table of contents and sidenotes*/ #content-outer { display: flex; justify-content: center; align-items: center; - flex-direction: column; } .icon { width: 2rem;