Some CSS fixes

This commit is contained in:
2022-07-11 23:50:21 +03:00
parent 14db58627e
commit 9f88b2c7b8
8 changed files with 102 additions and 58 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
{% block content %}
<div class="mainpage">
<h1>Главная страница</h1>
<h1 class="title">Главная страница</h1>
</div>
{% endblock %}
+4 -1
View File
@@ -9,7 +9,10 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="{% static 'main/css/main.css' %}">
<link rel="stylesheet" href="{% static 'faerun_calendar/css/main.css' %}">
{% block additional_css %}
{% endblock %}
<link rel="icon" href="{% static 'iconsmall.png' %}">
<link rel="apple-touch-icon" href="{% static 'iconbig.png' %}">