From 1dbd9d6c8c429eac8a5045635844abc16210ac89 Mon Sep 17 00:00:00 2001 From: Marcrb3 Date: Wed, 5 Jun 2024 13:58:26 +0200 Subject: [PATCH] replace title --- dist/index.html | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.html b/dist/index.html index 726bfec..0fe79c4 100644 --- a/dist/index.html +++ b/dist/index.html @@ -53,7 +53,7 @@ #title { font-weight: bold; font-size: 1.5em; - margin-left: 40%; + margin-left: 5%; } @@ -65,7 +65,7 @@ #textSelector { height: 20px; - width: 240px; + width: 180px; border-radius: 8px; background-color: #1F2020; color: white; diff --git a/index.html b/index.html index bcc7822..4ca9daa 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ #title { font-weight: bold; font-size: 1.5em; - margin-left: 40%; + margin-left: 5%; } @@ -65,7 +65,7 @@ #textSelector { height: 20px; - width: 240px; + width: 180px; border-radius: 8px; background-color: #1F2020; color: white;