male zmiany w css
This commit is contained in:
parent
77074d2789
commit
6167cd7983
@ -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: 5%; /* lub inna wartość, która odpowiada Twoim potrzebom */
|
||||
}
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
|
@ -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: 5%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user