Updated collapse of menus

This commit is contained in:
maximstewart 2021-02-05 21:27:29 -06:00
parent 052967aef1
commit 10eaae7b0e
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 KiB

After

Width:  |  Height:  |  Size: 171 KiB

View File

@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-lg bg-dark navbar-dark sticky-top justify-content-center text-center">
<nav class="navbar navbar-expand-lg bg-dark navbar-dark justify-content-center text-center sticky-top">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarTogglerHeader" aria-controls="navbarTogglerHeader"
aria-expanded="false" aria-label="Toggle Header Navigation">

View File

@ -54,8 +54,12 @@
</head>
{% endblock %}
<body>
<video id="bg" src="{{ url_for('static', filename='imgs/backgrounds/particles.mp4')}}"
poster="{{ url_for('static', filename='imgs/backgrounds/000.png')}}"
autoplay loop>
</video>
{% block body_header %}
<img id="bg" src="{{ url_for('static', filename='imgs/backgrounds/background.jpg')}}" alt="{{title}} Background Logo" />
{% include "body-header.html" %}
{% block body_header_additional %}