Skip to content

Commit 6f26c92

Browse files
authored
Merge pull request #91 from cmu-delphi/fix_vertical_scroll
Remove vertical scroll
2 parents 7896ab8 + 338cd87 commit 6f26c92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/templates/index.html

+4-2
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)