From ea2ee06c101e424cb6435b204f5d3097931e9b98 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 2 Feb 2023 11:13:02 -0500 Subject: justify notes in center to be more responsive --- html/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/assets/style.css b/html/assets/style.css index ba7fcca..d4f5b9c 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -274,7 +274,7 @@ a.header-link { display: flex; flex-wrap: wrap; - justify-content: start; + justify-content: center; } .note-box -- cgit v1.2.3