Compare commits

...

2 Commits

Author SHA1 Message Date
Mateusz Gruszczyński
6167cd7983 male zmiany w css 2025-02-25 23:01:37 +01:00
Mateusz Gruszczyński
77074d2789 male zmiany w css 2025-02-25 23:00:21 +01:00
2 changed files with 0 additions and 18 deletions

View File

@ -1,14 +1,5 @@
{% 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 */
}
}
</style>
{% endblock %}
{% block content %}
<div class="container">

View File

@ -1,14 +1,5 @@
{% 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 */
}
}
</style>
{% endblock %}
{% block content %}
<div class="container">