styling changes

This commit is contained in:
2021-12-31 14:41:28 -06:00
parent aa4bf8f083
commit 31a30717cd
2 changed files with 5 additions and 5 deletions

View File

@@ -18,8 +18,8 @@
</header> </header>
<div class="d-inline-flex min-vw-100 min-vh-100"> <div class="d-inline-flex min-vw-100 min-vh-100" style="padding-top:3rem;">
<div class=""> <div id="sidebar" class="">
{% block sidebar %} {% block sidebar %}
{% include 'sidebar.html' %} {% include 'sidebar.html' %}
{% endblock %} {% endblock %}
@@ -31,7 +31,7 @@
{% block header %} {% block header %}
{% endblock %} {% endblock %}
</div> </div>
<div class="container-fluid m-2"> <div class="container-fluid">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
</div> </div>

View File

@@ -1,6 +1,6 @@
{% load static %} {% load static %}
<nav class="navbar navbar-dark navbar-expand-md py-0" style="background: #323669;"> <nav class="navbar navbar-dark navbar-expand-md py-0 fixed-top" style="background: #323669;height:3rem">
<a class="navbar-brand d-flex text-uppercase fw-bold m-1 mx-2 text-dark" href="{% url 'home' %}"> <a class="navbar-brand d-flex text-uppercase fw-bold m-1 mx-2 text-dark" data-bs-toggle="collapse" data-bs-target="#sidebar">
<img class="d-inline-block" width="32" height="32" src="{% static 'benchcoach.svg' %}" /> <img class="d-inline-block" width="32" height="32" src="{% static 'benchcoach.svg' %}" />
<span class="d-none d-print-inline-block d-sm-inline-block d-md-inline-block d-lg-inline-block d-xl-inline-block d-xxl-inline-block mx-1 my-auto text-white">bench coach</span> <span class="d-none d-print-inline-block d-sm-inline-block d-md-inline-block d-lg-inline-block d-xl-inline-block d-xxl-inline-block mx-1 my-auto text-white">bench coach</span>
</a> </a>