Skip to content

Commit ce5fa89

Browse files
committed
Centering bottom section
1 parent eda0c80 commit ce5fa89

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,17 @@ <h4>Download</h4>
388388

389389
</ul>
390390
<hr>
391-
<div class=" bottom ">
392-
<p style="min-width:10%;">About this repo:</p>
393-
<i class="fa-solid fa-code-fork last"></i> Forks <span id="forks-count">fetching..</span>
394-
<i class="fa-regular fa-star last"></i> Stars <span id="stars-count">fetching..</span>
391+
<!-- :::BOTTOM SECTION -->
392+
<div class="d-flex justify-content-center">
393+
<p>About this repo:</p>
394+
<div class="d-flex">
395+
<div>
396+
<i class="fa-solid fa-code-fork last"></i> Forks <span id="forks-count">fetching..</span>
397+
</div>
398+
<div>
399+
<i class="fa-regular fa-star last"></i> Stars <span id="stars-count">fetching..</span>
400+
</div>
401+
</div>
395402
</div>
396403

397404
<!--JS file-->

0 commit comments

Comments
 (0)