From 5aa842ca382fe1510097532aaf2b951aba8065cf Mon Sep 17 00:00:00 2001 From: rowan Date: Tue, 10 Dec 2024 12:15:38 -0600 Subject: [PATCH] add css for tables; improve mobile readability --- content/index.md | 12 ++++++------ layouts/footer.html | 2 +- layouts/page.html | 4 ++-- static/css/main.css | 38 ++++++++++++++++++++++++++++---------- 4 files changed, 37 insertions(+), 19 deletions(-) diff --git a/content/index.md b/content/index.md index bd3ebb6..3898b2c 100644 --- a/content/index.md +++ b/content/index.md @@ -10,7 +10,7 @@
-
-
+

welcome!

-
-
+
+
@@ -50,7 +50,7 @@

not everything that i make has the same focus but links to those projects will be annotated with content warnings.

-
+

blog

   @@ -68,7 +68,7 @@ {% endfor %}
-
+

projects

   diff --git a/layouts/footer.html b/layouts/footer.html index c52d550..43159d6 100644 --- a/layouts/footer.html +++ b/layouts/footer.html @@ -1,2 +1,2 @@ -
© Kitsune Cafe {{ now() | date(format="%Y") }}
+
© Kitsune Cafe {{ now() | date(format="%Y") }}
diff --git a/layouts/page.html b/layouts/page.html index 915cd4c..d44a9c5 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -3,7 +3,7 @@ {% block body %} {{ super() }}
-