From 124914b7aefab5603cc1f08f85a4edd11b691c32 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 03:53:18 +0100 Subject: [PATCH] 100 --- assets/scss/components/brand.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/components/brand.scss b/assets/scss/components/brand.scss index 4e05816..afc8903 100644 --- a/assets/scss/components/brand.scss +++ b/assets/scss/components/brand.scss @@ -7,12 +7,12 @@ h1 { margin: auto !important; text-align: center !important; - width: 50%; + width: 100%; } .menu { margin: auto !important; text-align: center !important; - width: 50%; + width: 100%; } }