From 5a416d2f096b9d397b212b82fc9483e7c831af81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Thu, 17 Aug 2023 20:44:18 +0200 Subject: [PATCH] Do not center h1's --- assets/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e2c5e0f..a56dee9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -41,7 +41,3 @@ main { margin: 0 auto; text-align: justify; } - -h1 { - text-align: center; -} -- 2.39.2