minor dashboard styling changes
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<body class="bg-light">
|
||||
|
||||
<div>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-navbar">
|
||||
<nav class="shadow-sm navbar navbar-expand-md navbar-dark bg-navbar">
|
||||
<div class="container-fluid">
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
@@ -129,7 +129,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3 bg-white px-2 pt-1 border-bottom"><h6 class="display-6">{% block title_header %}{% endblock title_header%}</h6></div>
|
||||
<div class="mb-3 bg-white px-4 pt-1 border-bottom"><h6 class="display-6">{% block title_header %}{% endblock title_header%}</h6></div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
{% extends "base.html" %}{% load static %}
|
||||
{% block title %} {{ title }}{% endblock %}
|
||||
{% block page_heading %}{% endblock %}
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
{% block title_header %}Dashboard{% endblock title_header %}
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h4 class="display-4">Dashboard</h4>
|
||||
</div>
|
||||
</div>
|
||||
{# <div class="row">#}
|
||||
{# <div class="col">#}
|
||||
{# <h4 class="display-4">Dashboard</h4>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
||||
Reference in New Issue
Block a user