add border-radius to buttons

This commit is contained in:
anielsen99 2026-04-21 18:29:52 +02:00
parent fb801e3752
commit ab588fd27b

View File

@ -130,7 +130,7 @@
} }
.hero .btn { .hero .btn {
border-radius: 0; border-radius: 999px;
} }
.btn:hover { .btn:hover {
@ -436,8 +436,9 @@
width: 100%; width: 100%;
max-width: 1300px; max-width: 1300px;
height: 340px; height: 340px;
border-radius: 20px; border-radius: 0;
overflow: hidden; overflow: hidden;
justify-self: end;
} }
.discovery-banner img { .discovery-banner img {