We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c60a34 commit 02aca13Copy full SHA for 02aca13
1 file changed
styles.css
@@ -265,8 +265,9 @@ pre {
265
}
266
267
.download-btn {
268
- display: inline-block;
+ display: block;
269
padding: 1rem 2.5rem;
270
+ margin-bottom: 1rem;
271
font-size: 1.2rem;
272
font-weight: 600;
273
color: #fff;
@@ -276,11 +277,14 @@ pre {
276
277
border-radius: 8px;
278
text-decoration: none;
279
transition: transform 0.3s ease;
- margin-bottom: 10px;
280
281
282
.download-btn:hover {
283
- animation: gradient-animation 4s ease infinite;
+ animation: gradient-animation 2s ease infinite;
284
+}
285
+
286
+.download-btn:last-child {
287
+ margin-bottom: 0;
288
289
290
footer {
0 commit comments