поправил главную страницу

This commit is contained in:
Андрей Дувакин 2024-04-19 17:15:30 +05:00
parent 1aa2ea5a9e
commit afaf8aa8ba
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,4 @@
.carousel_films {
margin-top: 5vw;
height: 30vw;
width: 100%;
}
@ -128,4 +127,7 @@
}
.genre {
margin-right: 0.5vw;
}
.carousel_title {
margin-top: 5vw;
}

View File

@ -5,6 +5,7 @@
{% endblock title %}
{% block content %}
<link href="{% static 'css/home/homepage.css' %}" rel="stylesheet">
<h1 class="header_title carousel_title">Сейчас в прокате</h1>
<div id="carouselWhite" class="carousel carousel slide carousel_films" data-bs-ride="carousel">
<div class="carousel-indicators">
{% for film in films_preview %}