Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix gap problem on mobile #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Hero Content-->
<div class="container pt-4 pt-md-6 pt-lg-8 pb-8 pb-lg-10 position-relative">
<div class="row gx-10 align-items-center">
<div class="row gx-lg-10 align-items-center">

<!-- Hero Text-->
<div class="col-12 col-lg-6 position-relative z-index-20 text-center text-lg-start" data-aos="fade-in">
Expand Down Expand Up @@ -112,7 +112,7 @@ <h3 class="text-white text-center mt-3 fs-1 mb-3 fw-bold">Integrate with your fa
<p class="text-white opacity-50 text-center">Sync, share and download your work on the systems below.
</p>

<div class="row gx-10 gy-7 mt-4">
<div class="row gx-lg-10 gy-7 mt-4">
{{# each integrations.entries}}
<!-- Integration-->
<div class="col-12 col-sm-6 col-lg-4 d-flex flex-column align-items-center justify-content-center" data-aos="fade-in" data-aos-duration="500" data-aos-delay="{{@index}}00">
Expand Down Expand Up @@ -335,7 +335,7 @@ <h4 class="fs-1 fw-bold mb-6 text-white text-center">Our latest articles</h4>
<div class="container">
<h4 class="fs-1 fw-bold mb-3 text-center">Explore our features</h4>
<p class="text-muted text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<div class="row gx-10 gy-7 mt-4">
<div class="row gx-lg-10 gy-7 mt-4">

{{#each features.entries}}
<!-- Feature-->
Expand Down