diff --git a/frontend/src/Home.css b/frontend/src/Home.css index cfb5ee9..e43c110 100644 --- a/frontend/src/Home.css +++ b/frontend/src/Home.css @@ -61,6 +61,7 @@ .hero-actions { display: flex; gap: 1rem; + text-align: center; justify-content: center; flex-wrap: wrap; } @@ -100,7 +101,7 @@ .btn-secondary { background-color: transparent; color: var(--text-color); - border: var(--border-thick) solid var(--farm-border); + border: var(--border-thick); } .btn-secondary:hover { @@ -120,4 +121,4 @@ opacity: 1; transform: translateY(0); } -} +} \ No newline at end of file