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 cutoff gears background image #53

Open
wants to merge 1 commit into
base: master
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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h1 class="display-5 fw-bold lh-1 mb-3 text-center">Lightweight &amp; Lightning
</div>
</div>
</section>
<div class="bg-dark bg-rainbow text-secondary px-sm-4 px-md-5">
<section class="bg-dark bg-rainbow text-secondary px-sm-4 px-md-5">
<section class="container px-4">
<div class="row flex-lg-row-reverse g-5 py-sm-2 py-md-5">
<div class="col-lg-6 text-center d-flex align-items-center justify-content-center"> <img
Expand All @@ -192,7 +192,7 @@ <h1 class="display-5 fw-bold lh-1 mb-3 text-center">Open Source &amp; <br>Privac
</div>
</section>
<section class="bg-dark bg-rainbow text-secondary px-sm-4 px-md-5">
<div class="px-4 pt-0 mb-5 text-center text-white">
<div class="px-4 pt-0 text-center text-white">
<div class="col-lg-10 mx-auto mb-4">
<h1 class="display-5 fw-bold lh-1 mb-3 mt-3 text-center">Sleek &amp; Feature Rich</h1>
<p class="lead mb-2 mt-2 text-center lh-lg" style="color: white!important;">The features you want from
Expand All @@ -215,8 +215,8 @@ <h1 class="display-5 fw-bold lh-1 mb-3 mt-3 text-center">Sleek &amp; Feature Ric
</div>
</div>
</section>
</div>
<section class="px-4 pb-5 pt-0 news-section">
</section>
<section class="px-4 py-5 news-section">
<h2 class="display-6 fw-bold mb-4 text-center">News &amp; Updates</h2>
<div class="col-lg-8 mx-auto fs-5 news-content">

Expand Down