Skip to content

Commit

Permalink
fix /: padding for features
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jun 3, 2024
1 parent 62482cc commit 09fd261
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1 class="col-lg-7 mx-auto display-4 fw-bold text-body-emphasis width-800">Buil
</div>

<!-- Extensions -->
<div class="container my-5 mt-5 d-xs-none d-lg-block">
<div class="container my-5 mt-5 d-none d-lg-block">
<div class="row">
<div class="col-7">
<div style="padding-top:75px;">
Expand All @@ -144,7 +144,7 @@ <h1 class="display-5 fw-bold lh-1 text-body-emphasis mb-4 mt-5">Explore modifica

<!-- Features overview -->
<div class="container">
<div class="row g-4 pb-5 pt-sm-5 pt-lg-0 row-cols-1 row-cols-lg-3">
<div class="row g-4 pb-5 pt-5 pt-sm-5 pt-lg-0 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 rounded-4 border">
<i class="bi bi-puzzle-fill me-3 ms-3 mt-3 mb-3 invert-light"></i>
Expand All @@ -156,7 +156,7 @@ <h3 class="fs-2 text-body-emphasis">Extensions</h3>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-sm-5 pt-lg-0">
<div class="feature col pt-5 pt-xs-5 pt-sm-5 pt-lg-0">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 rounded-4 border">
<i class="bi bi-book me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
Expand All @@ -167,7 +167,7 @@ <h3 class="fs-2 text-body-emphasis">Documentation</h3>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-sm-5 pt-lg-0">
<div class="feature col pt-5 pt-sm-5 pt-lg-0">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 rounded-4 border">
<i class="bi bi-braces-asterisk me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
Expand All @@ -178,7 +178,7 @@ <h3 class="fs-2 text-body-emphasis">Open source</h3>
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-sm-2 pt-lg-0">
<div class="feature col pt-2 pt-xs-2 pt-sm-2 pt-lg-0">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 mt-5 rounded-4 border">
<i class="bi bi-hearts me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
Expand Down

0 comments on commit 09fd261

Please sign in to comment.