From 07a3b5de9766649752d11de6cf5d1fe919148316 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sat, 13 Nov 2021 18:55:24 +1100 Subject: [PATCH] updates styles to make them more mobile responsive --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f9f98f1..15978f1 100644 --- a/style.css +++ b/style.css @@ -53,19 +53,19 @@ h1 { } -div { +button { font-size: 16px; color: #fff; background-color: #01944C; height: auto; border: none; - padding: 1px 80px; + padding: 10px 40px; border-radius: 50px; cursor: pointer; -webkit-transition: all 0.5s; transition: all 0.5s; -=} -div:hover { + } +button:hover { background-color: #fff; color: #303030; }