male zmiany w css

This commit is contained in:
Mateusz Gruszczyński 2025-02-25 23:00:21 +01:00
parent 967e1bee27
commit 77074d2789
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
.full-height-row {
min-height: calc(100vh - 56px) !important;
align-items: flex-start;
padding-top: 15%; /* lub inna wartość, która odpowiada Twoim potrzebom */
padding-top: 5%; /* lub inna wartość, która odpowiada Twoim potrzebom */
}
}
</style>

View File

@ -1,14 +1,14 @@
{% extends "base.html" %}
{% block head %}
<style>
@media (min-width: 577px) and (min-height: 600px) {
.full-height-row {
min-height: calc(100vh - 56px) !important;
align-items: flex-start;
padding-top: 15%; /* lub inna wartość, która odpowiada Twoim potrzebom */
@media (min-width: 577px) and (min-height: 600px) {
.full-height-row {
min-height: calc(100vh - 56px) !important;
align-items: flex-start;
padding-top: 5%;
}
}
}
</style>
</style>
{% endblock %}
{% block content %}
<div class="container">