Compare commits

..

No commits in common. "12e6bdb43ae3c8203143c5b77f4346621e0d8e2f" and "451c068d5deb77305fb82d97803a8c78f46d689d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
<body class="d-flex flex-column min-vh-100 mb-0"> <body class="d-flex flex-column min-vh-100 mb-0">
{% include "common/navbar.html" %} {% include "common/navbar.html" %}
<main class="mb-4"> <main class="mb-4">
<div class="container-fluid"> <div class="container">
{% bootstrap_messages %} {% bootstrap_messages %}
{% block content %} {% block content %}
{% endblock %} {% endblock %}

View file

@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg bg-light mb-2"> <nav class="navbar navbar-expand-lg bg-light mb-2">
<div class="container-fluid"> <div class="container">
<a class="navbar-brand" href="{% url "hello_world" %}"><i class="fa-solid fa-dice-d20"></i> CharaSheet</a> <a class="navbar-brand" href="{% url "hello_world" %}"><i class="fa-solid fa-dice-d20"></i> CharaSheet</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" 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> <span class="navbar-toggler-icon"></span>