From 88d39affe63c23b70ba85783edba92c044483974 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Thu, 17 Oct 2024 17:20:08 +0800 Subject: [PATCH] better button --- assets/css/hero.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 5c1bb62..2ac9e56 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -27,7 +27,7 @@ .hero-logo { width: 200px; margin: 0 auto 20px; - margin-bottom: 20px; + margin-bottom: 60px; } .hero-title { @@ -52,7 +52,10 @@ .hero-button:hover { - color: #F9B208; + background-color: #F9B208; + border: 3px; + border-radius: 5px; + border-color: white; } .hero-screenshots {