From c245626524dc33b9916e36c8e1a18fc5c9065571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 26 Jun 2024 02:24:19 +0300 Subject: [PATCH] Decenter content --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index 0ca0d92..44b43cd 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,6 @@ flex-direction: column; background-image: linear-gradient(#0049c8, #00bef9); margin: 0; - text-align: center; min-width: 320px; min-height: 600px; } @@ -62,9 +61,6 @@ max-height: 100px; min-height: 60px; } - header .branding { - text-align: left; - } header .logo { max-height: 100%; }