Skip to content

Commit 338cd87

Browse files
committed
Wrapped content block into container-fluid to prevent vertical scroll
1 parent 7896ab8 commit 338cd87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/templates/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@
8989
</nav>
9090

9191
<main id="main">
92-
{% block content %}
92+
<div class="container-fluid">
93+
{% block content %}
9394

94-
{% endblock %}
95+
{% endblock %}
96+
</div>
9597
</main>
9698

9799
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

0 commit comments

Comments
 (0)