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