container lg
This commit is contained in:
parent
1c510a6044
commit
af77e6f3fd
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
{% include "partials/_navbar.html" %}
|
{% include "partials/_navbar.html" %}
|
||||||
{% endblock navbar %}
|
{% endblock navbar %}
|
||||||
<!--content-->
|
<!--content-->
|
||||||
<div class="container-fluid">
|
<div class="container-lg">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
<div class="container-fluid">
|
<div class="container-lg">
|
||||||
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||||
<p class="col-md-4 mb-0 text-muted">Version: 0.9-beta © 2023 fbf </p>
|
<p class="col-md-4 mb-0 text-muted">Version: 0.9-beta © 2023 fbf </p>
|
||||||
<ul class="nav col-md-5 justify-content-end">
|
<ul class="nav col-md-5 justify-content-end">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
|
||||||
<div class="container-fluid">
|
<div class="container-lg">
|
||||||
<a class="navbar-brand" href="{% url 'index' %}">
|
<a class="navbar-brand" href="{% url 'index' %}">
|
||||||
<img src="{% static 'img/favicon/l.png' %}" alt="logo" width="35" height="35" />
|
<img src="{% static 'img/favicon/l.png' %}" alt="logo" width="35" height="35" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue