mobile fix

This commit is contained in:
Barış Soner Uşaklı 2025-04-14 07:49:22 -04:00
parent 3bb4f3e7f4
commit dca96d1586
2 changed files with 29 additions and 31 deletions

View file

@ -83,23 +83,23 @@
<!-- Page Content -->
<div class="container-lg mt-5">
<!-- Home -->
<div id="home-tab-pane">
<div class="row pt-2 pt-lg-5">
<div class="col-12 d-flex flex-column gap-4">
<h1 class="display-1 fw-bold fs-1">
NodeBB Development Blog
</h1>
<h2 class="text-secondary fs-4">
Find out what the NodeBB development team is up to.
</h2>
</div>

<div class="row pt-2 pt-lg-5">
<div class="col-12 d-flex flex-column gap-4">
<h1 class="display-1 fw-bold fs-1">
NodeBB Development Blog
</h1>
<h2 class="text-secondary fs-4">
Find out what the NodeBB development team is up to.
</h2>
</div>
</div>

<hr class="my-5"/>
<hr class="my-5"/>

<!-- blog posts -->
<div class="py-5 row row-cols-1 row-cols-lg-3 g-5">
<div>
<!-- blog posts -->
<div class="row row-cols-1 row-cols-lg-3 g-0 gy-5 g-lg-5">
<div>
<div class="card h-100 shadow-sm border-0">
<a href="https://nodebb.org/blog/nodebb-march-update-digest-new-features-security-fixes-and-more"><img style="height: 225px; object-fit: cover;" src="https://images.unsplash.com/photo-1516116412344-6663387e8590?q=80&w=1828&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="card-img-top"></img></a>
<div class="card-body">
@ -228,7 +228,6 @@
</div>
</div>
</div>
</div>
</div>

<hr class="my-5"/>

View file

@ -83,28 +83,27 @@
<!-- Page Content -->
<div class="container-lg mt-5">
<!-- Home -->
<div id="home-tab-pane">
<div class="row pt-2 pt-lg-5">
<div class="col-12 d-flex flex-column gap-4">
<h1 class="display-1 fw-bold fs-1">
NodeBB Development Blog
</h1>
<h2 class="text-secondary fs-4">
Find out what the NodeBB development team is up to.
</h2>
</div>
</div>

<hr class="my-5"/>

<!-- blog posts -->
<div class="py-5 row row-cols-1 row-cols-lg-3 g-5">
{{{ blog_posts }}}
<div class="row pt-2 pt-lg-5">
<div class="col-12 d-flex flex-column gap-4">
<h1 class="display-1 fw-bold fs-1">
NodeBB Development Blog
</h1>
<h2 class="text-secondary fs-4">
Find out what the NodeBB development team is up to.
</h2>
</div>
</div>

<hr class="my-5"/>

<!-- blog posts -->
<div class="row row-cols-1 row-cols-lg-3 g-0 gy-5 g-lg-5">
{{{ blog_posts }}}
</div>

<hr class="my-5"/>

<!-- FOOTER -->
<footer>
<div class="d-flex flex-column flex-md-row gap-5 justify-content-between mb-5 flex-wrap">