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 4747 text-rendering : optimizeLegibility; /* Optimize for legibility on most screens */
4848 -webkit-font-smoothing : antialiased; /* Smooth font rendering for WebKit browsers */
4949}
50+ .action-btn {
51+ font-size : 16px ;
52+
53+ }
5054 a {
5155 text-decoration : none;
5256 }
@@ -341,10 +345,10 @@ <h1 id="packageName">Sort Package JSON</h1>
341345
342346 <!-- Action Buttons (Right) -->
343347 < 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 ">
345349 < i class ="bi bi-cloud-download me-2 "> </ i > Download ZIP
346350 </ 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 ">
348352 < i class ="bi bi-github me-2 "> </ i > Fork on GitHub
349353 </ a >
350354 </ div >
You can’t perform that action at this time.
0 commit comments