From 82affc4646fc9673a12ac35a6f0fa7f615628579 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:00:37 +0100 Subject: [PATCH] Left align --- application/views/dayswithqso/index.php | 6 +++--- assets/css/glanceyear.css | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/application/views/dayswithqso/index.php b/application/views/dayswithqso/index.php index 8464b965c..f8d9b6ff9 100644 --- a/application/views/dayswithqso/index.php +++ b/application/views/dayswithqso/index.php @@ -77,13 +77,13 @@
-
+

QSOs this Year

@@ -197,6 +197,6 @@ } ?>
- +
diff --git a/assets/css/glanceyear.css b/assets/css/glanceyear.css index 91fa28e1b..af58aa1fe 100644 --- a/assets/css/glanceyear.css +++ b/assets/css/glanceyear.css @@ -2,7 +2,6 @@ body { font-family: Arial, serif; } .glanceyear-container { border: 1px solid #D8D8D8; border-radius: 5px; - margin: 0 auto; max-width: 683px; } .glanceyear-header {