Compare commits

...

2 commits

Author SHA1 Message Date
Gabriel Augendre 12e6bdb43a
Enlarge navbar container 2024-04-09 19:00:36 +02:00
Gabriel Augendre 1c0ee3c5d8
enlarge container (fluid) 2024-04-09 18:43:35 +02:00
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">
{% include "common/navbar.html" %}
<main class="mb-4">
<div class="container">
<div class="container-fluid">
{% bootstrap_messages %}
{% block content %}
{% endblock %}

View file

@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg bg-light mb-2">
<div class="container">
<div class="container-fluid">
<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">
<span class="navbar-toggler-icon"></span>