Skip to content

Commit f60c6c7

Browse files
committed
Upload file: sort-package-json-keithamus.html
1 parent 564abd1 commit f60c6c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

projects/sort-package-json-keithamus.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
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>

0 commit comments

Comments
 (0)