File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 47
47
text-rendering : optimizeLegibility; /* Optimize for legibility on most screens */
48
48
-webkit-font-smoothing : antialiased; /* Smooth font rendering for WebKit browsers */
49
49
}
50
+ .action-btn {
51
+ font-size : 16px ;
52
+
53
+ }
50
54
a {
51
55
text-decoration : none;
52
56
}
@@ -341,10 +345,10 @@ <h1 id="packageName">Sort Package JSON</h1>
341
345
342
346
<!-- Action Buttons (Right) -->
343
347
< div class ="col-12 col-md-6 d-flex justify-content-md-end justify-content-start ">
344
- < a href ="https://github.com/keithamus/sort-package-json/archive/refs/heads/master.zip " class ="btn btn-primary me-2 " id ="downloadBtn ">
348
+ < a href ="https://github.com/keithamus/sort-package-json/archive/refs/heads/master.zip " class ="btn btn-primary me-2 action-btn " id ="downloadBtn ">
345
349
< i class ="bi bi-cloud-download me-2 "> </ i > Download ZIP
346
350
</ a >
347
- < a href ="https://github.com/keithamus/sort-package-json " target ="_blank " class ="btn btn-outline-secondary " id ="githubBtn ">
351
+ < a href ="https://github.com/keithamus/sort-package-json " target ="_blank " class ="btn btn-outline-secondary action-btn " id ="githubBtn ">
348
352
< i class ="bi bi-github me-2 "> </ i > Fork on GitHub
349
353
</ a >
350
354
</ div >
You can’t perform that action at this time.
0 commit comments