From 6328d5fa8e52e89eb580d4e7c45692f9b03b9c55 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 28 Mar 2022 13:58:57 +0200 Subject: [PATCH] fixed layout --- index.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 020a7d3..8de8839 100644 --- a/index.php +++ b/index.php @@ -30,11 +30,17 @@ +
"; +} + echo ' -
+
@@ -66,9 +72,15 @@
'; + + if ($count%4 == 0) + { + echo "
"; + } + $count++; } ?> - +