From b2276837787cb40d5fd2ddbf32b84f569ad9af14 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 9 Jun 2024 02:27:20 -0400 Subject: [PATCH] Adding padding to the attach file and send buttons --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 53bb492..a24330f 100644 --- a/style.css +++ b/style.css @@ -111,8 +111,8 @@ main { #message-form { display: flex; + align-items: center; margin-top: 1rem; - margin-right: 1rem; width: 100%; } @@ -242,6 +242,11 @@ textarea::placeholder { color: #a0a0a0; } +#attach-file, #message-form input[type="submit"] { + padding: 0.5rem 1rem; /* Add padding to buttons */ + margin-left: 0.5rem; /* Add margin between buttons */ +} + /* Main container styles */ main { display: flex; @@ -354,8 +359,8 @@ main { #message-form { display: flex; + align-items: center; margin-top: 1rem; - margin-right: 1rem; width: 100%; }