Skip to content

Commit f9cf8e4

Browse files
committed
Adds border radius to primary button
Improves button appearance and enhances UI consistency by adding a soft rounded edge.
1 parent c2ae3c8 commit f9cf8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ a.btn-primary.hover {
195195
/* aspect-ratio: 1/1; */
196196
object-fit: cover;
197197
margin-left: 2rem;
198+
border-radius: 1rem;
198199
/* border: 5px solid #fff; */
199200
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
200201
}

0 commit comments

Comments
 (0)