From ed9260ca6630bc6d00c162f9290437cdb18b1b40 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Fri, 14 Jul 2023 02:04:38 +1000 Subject: [PATCH] check posts --- static/src/vdk2ch.css | 7 ++++--- templates/main-page.html | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/static/src/vdk2ch.css b/static/src/vdk2ch.css index f3614cb..f591498 100644 --- a/static/src/vdk2ch.css +++ b/static/src/vdk2ch.css @@ -26,9 +26,9 @@ .hex-container img:nth-child(odd) { background: transparent; - } +} .hex-container::before { -content: ""; + content: ""; width: calc(var(--s)/2 + var(--m)); float: left; height: 120%; @@ -37,4 +37,5 @@ content: ""; #000 0 var(--f)); } - \ No newline at end of file + + diff --git a/templates/main-page.html b/templates/main-page.html index ccb89f2..c98b023 100644 --- a/templates/main-page.html +++ b/templates/main-page.html @@ -8,10 +8,10 @@
-
+
- +

@@ -25,7 +25,7 @@