@@ -315,31 +315,34 @@ <h1 id="packageName">Sort Package JSON</h1>
315
315
316
316
317
317
318
- <!-- Action Buttons -->
319
- < div class ="mb-4 ">
320
- < a href ="https://github.com/keithamus/sort-package-json/archive/refs/heads/master.zip " class ="btn btn-primary me-2 " id ="downloadBtn ">
321
- < i class ="bi bi-cloud-download me-2 "> </ i > Download ZIP
322
- </ a >
323
- < a href ="https://github.com/keithamus/sort-package-json " target ="_blank " class ="btn btn-outline-secondary " id ="githubBtn ">
324
- < i class ="bi bi-github me-2 "> </ i > Fork on GitHub
325
- </ a >
326
- </ div >
318
+ < div class ="row mb-4 ">
319
+ <!-- Tabs (Left) -->
320
+ < div class ="col-12 col-md-6 d-flex justify-content-start mb-3 mb-md-0 ">
321
+ < ul class ="nav nav-tabs " id ="infoTabs " role ="tablist ">
322
+ < li class ="nav-item " role ="presentation ">
323
+ < button class ="nav-link active " id ="installation-tab " data-bs-toggle ="tab " data-bs-target ="#installation " type ="button " role ="tab " aria-controls ="installation " aria-selected ="true ">
324
+ < i class ="bi bi-file-earmark-text "> </ i > Readme
325
+ </ button >
326
+ </ li >
327
+ < li class ="nav-item " role ="presentation ">
328
+ < button class ="nav-link " id ="changelog-tab " data-bs-toggle ="tab " data-bs-target ="#changelog " type ="button " role ="tab " aria-controls ="changelog " aria-selected ="false ">
329
+ < i class ="bi bi-journal-text me-2 "> </ i > Changelog
330
+ </ button >
331
+ </ li >
332
+ </ ul >
333
+ </ div >
334
+
335
+ <!-- Action Buttons (Right) -->
336
+ < div class ="col-12 col-md-6 d-flex justify-content-md-end justify-content-start ">
337
+ < a href ="https://github.com/keithamus/sort-package-json/archive/refs/heads/master.zip " class ="btn btn-primary me-2 " id ="downloadBtn ">
338
+ < i class ="bi bi-cloud-download me-2 "> </ i > Download ZIP
339
+ </ a >
340
+ < a href ="https://github.com/keithamus/sort-package-json " target ="_blank " class ="btn btn-outline-secondary " id ="githubBtn ">
341
+ < i class ="bi bi-github me-2 "> </ i > Fork on GitHub
342
+ </ a >
343
+ </ div >
344
+ </ div >
327
345
328
- <!-- Tabs -->
329
- < ul class ="nav nav-tabs " id ="infoTabs " role ="tablist ">
330
- < li class ="nav-item " role ="presentation ">
331
- < button class ="nav-link active " id ="installation-tab " data-bs-toggle ="tab " data-bs-target ="#installation " type ="button " role ="tab " aria-controls ="installation " aria-selected ="true ">
332
- < i class ="bi bi-file-earmark-text "> </ i > Readme
333
- </ button >
334
- </ li >
335
-
336
- < li class ="nav-item " role ="presentation ">
337
- < button class ="nav-link " id ="changelog-tab " data-bs-toggle ="tab " data-bs-target ="#changelog " type ="button " role ="tab " aria-controls ="changelog " aria-selected ="false ">
338
- < i class ="bi bi-journal-text me-2 "> </ i > Changelog
339
- </ button >
340
- </ li >
341
-
342
- </ ul >
343
346
344
347
< div class ="tab-content mt-3 " id ="infoTabsContent ">
345
348
< div class ="tab-pane fade show active " id ="installation " role ="tabpanel " aria-labelledby ="installation-tab ">
0 commit comments