Skip to content

Commit 550113f

Browse files
committed
change buttons to match the ones at the top of page
1 parent 8abb891 commit 550113f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

frontend/src/components/HomepageFeatures/styles.module.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,17 @@
8686
}
8787

8888
.button {
89-
transition: all 0.2s ease-in-out;
89+
transition: all 0.3s ease;
9090
padding: 0.75rem 1.5rem;
9191
font-weight: 600;
92-
border-radius: 30px;
93-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
92+
border-radius: 8px;
93+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
94+
text-align: center;
9495
}
9596

9697
.button:hover {
97-
transform: translateY(-2px);
98-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
98+
transform: translateY(-3px);
99+
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
99100
}
100101

101102
@keyframes fadeInUp {

0 commit comments

Comments
 (0)