From 09bcc596f07883360802a5b38a3e43b4155be700 Mon Sep 17 00:00:00 2001 From: Quinten Date: Tue, 19 Dec 2023 11:52:51 +0100 Subject: [PATCH] Refactor: style changes --- index.html | 4 +--- style.css | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 701aa5b..fce9a31 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@

Connecting world's top agilists with your business needs

- +
ai-icon AI-Powered precision for finding your perfect agile match! @@ -44,8 +44,6 @@
Upload an Agile Expert - diff --git a/style.css b/style.css index cb19fe2..2945f6a 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ body { } #buttons svg { - margin-top:-5px; + margin-top: -5px; } #input { @@ -50,7 +50,7 @@ body { } #input > textarea { - padding: 20px 60px; + padding: 15px 55px; } #buttons > button { @@ -70,6 +70,7 @@ h2 { } form h5 { + padding: 20px 0; color: #018bd3; font-weight: 400; text-align: center;