From 7eb724d01fece1abadb7deea59bce5ac4a98cc24 Mon Sep 17 00:00:00 2001 From: Joren Date: Mon, 30 Dec 2024 16:16:51 +0100 Subject: [PATCH] Speed --- src/templates/index | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/templates/index b/src/templates/index index 613fb0c..ed10ece 100644 --- a/src/templates/index +++ b/src/templates/index @@ -16,7 +16,6 @@ box-sizing: border-box; } h1, h2 { - text-align: center; border-bottom: 1px solid #333; padding-bottom: 10px; word-wrap: break-word; @@ -50,7 +49,6 @@ background-color: #2d2d2d; border: 1px solid #444; border-radius: 4px; - text-align: center; } li { background-color: #2d2d2d; @@ -58,7 +56,6 @@ padding: 10px; border-radius: 4px; word-wrap: break-word; - text-align: center; } .job-title { font-size: 1.1em; @@ -154,7 +151,6 @@ .speed-limit-container { display: flex; align-items: center; - justify-content: center; margin-bottom: 20px; background-color: #2d2d2d; padding: 8px 12px; @@ -166,7 +162,6 @@ align-items: center; gap: 10px; width: 100%; - justify-content: center; } .speed-limit-container input[type="number"], .speed-limit-container select,