Skip to content

Commit

Permalink
feat: improve display for small content
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampouille committed Sep 19, 2023
1 parent 8befdfd commit fb89329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a class="navbar-brand" href="{{ url_for('home') }}"><img src="{{ url_for('static', filename='logo.png')}}" class="mx-2" id="logo"></a>
<a class="navbar-brand text-light fs-1" id="title" href="#">Tetragon Policy Builder</a>
</nav>
<main class="container bg-light p-4 {% block main_class %}{% endblock %}" id="main-container">
<main class="container bg-light p-4 min-vh-100 {% block main_class %}{% endblock %}" id="main-container">
{% for category, message in get_flashed_messages(with_categories=true) %}
<div class="flash m-3 alert alert-{{ category }}">{{ message }}</div>
{% endfor %}
Expand Down

0 comments on commit fb89329

Please sign in to comment.