поправил главную страницу
This commit is contained in:
parent
1aa2ea5a9e
commit
afaf8aa8ba
@ -1,5 +1,4 @@
|
||||
.carousel_films {
|
||||
margin-top: 5vw;
|
||||
height: 30vw;
|
||||
width: 100%;
|
||||
}
|
||||
@ -129,3 +128,6 @@
|
||||
.genre {
|
||||
margin-right: 0.5vw;
|
||||
}
|
||||
.carousel_title {
|
||||
margin-top: 5vw;
|
||||
}
|
||||
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user