Skip to content

Commit 02aca13

Browse files
authored
Update styles.css
1 parent 0c60a34 commit 02aca13

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

styles.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,9 @@ pre {
265265
}
266266

267267
.download-btn {
268-
display: inline-block;
268+
display: block;
269269
padding: 1rem 2.5rem;
270+
margin-bottom: 1rem;
270271
font-size: 1.2rem;
271272
font-weight: 600;
272273
color: #fff;
@@ -276,11 +277,14 @@ pre {
276277
border-radius: 8px;
277278
text-decoration: none;
278279
transition: transform 0.3s ease;
279-
margin-bottom: 10px;
280280
}
281281

282282
.download-btn:hover {
283-
animation: gradient-animation 4s ease infinite;
283+
animation: gradient-animation 2s ease infinite;
284+
}
285+
286+
.download-btn:last-child {
287+
margin-bottom: 0;
284288
}
285289

286290
footer {

0 commit comments

Comments
 (0)