Skip to content

Commit 2b1b9e6

Browse files
author
Nicholas Axl
committed
fixed button
1 parent 33b8a6b commit 2b1b9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ footer a:hover {
204204
}
205205

206206
.section-hero .btn-register {
207-
width: 500px;
208207
margin-top: 15px;
209208
font-family: PlusJakartaBold, sans-serif;
209+
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04),
210+
0 16px 24px 0 rgba(0, 0, 0, 0.06);
210211
border: solid 1px var(--grey);
211212
color: white;
212213
background-color: #071729;;
213214
padding: 15px 25px;
214-
font-size: 23px;
215215
}
216216

217217
.section-sponsor {

0 commit comments

Comments
 (0)