Commit a86a1b93ad62f32cfdc25dccd66a826487b60885
1 parent
2816e773
Exists in
master
and in
4 other branches
Set some margins
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/static/css/style.css
app/templates/flash-messages.html
1 | 1 | {% with messages = get_flashed_messages(with_categories=true) %} |
2 | 2 | {% if messages %} |
3 | - <div id="messages"> | |
3 | + <div id="messages" class="mt-1"> | |
4 | 4 | {% for level, message in messages %} |
5 | 5 | {% if level == 'message' %} |
6 | 6 | <div class="alert alert-primary}" role="alert">{{ message }} |
... | ... | @@ -14,4 +14,4 @@ |
14 | 14 | {% endfor %} |
15 | 15 | </div> |
16 | 16 | {% endif %} |
17 | 17 | - {% endwith %} |
18 | + {% endwith %} | |
18 | 19 | \ No newline at end of file | ... | ... |