Compare commits

..

No commits in common. "6167cd7983c7b3f20476928ad8b198be789dc0ee" and "967e1bee2776e3e6321e38e18b53f2fd12b6b4e2" have entirely different histories.

2 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,14 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block head %} {% 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 %} {% endblock %}
{% block content %} {% block content %}
<div class="container"> <div class="container">

View File

@ -1,5 +1,14 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block head %} {% 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 %} {% endblock %}
{% block content %} {% block content %}
<div class="container"> <div class="container">