Klikací jak řešit

This commit is contained in:
Jonas Havelka 2022-06-29 19:50:25 +02:00
parent 5d7237b83f
commit 54f16f358f
5 changed files with 5 additions and 5 deletions

View file

@ -1190,14 +1190,14 @@ div.gdpr {
/* Jak řešit */ /* Jak řešit */
.jakresit img { .jakresit svg {
width: 33%; width: 33%;
padding: 10px; padding: 10px;
filter: none; filter: none;
} }
@media(max-width: 860px) { @media(max-width: 860px) {
.jakresit img { .jakresit svg {
margin: auto; margin: auto;
display: grid; display: grid;
width: 100%; width: 100%;

View file

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -8,9 +8,9 @@
<div class=jakresit> <div class=jakresit>
<img class="jakresit_obrazek" alt="" src="{% static 'images/jakresit_1.svg' %}" /> {% include 'jakresit_1.svg' %}
<img class="jakresit_obrazek" alt="" src="{% static 'images/jakresit_2.svg' %}" /> {% include 'jakresit_2.svg' %}
<img class="jakresit_obrazek" alt="" src="{% static 'images/jakresit_3.svg' %}" /> {% include 'jakresit_3.svg' %}
</div> </div>
{% endblock %} {% endblock %}