Klikací jak řešit
This commit is contained in:
parent
5d7237b83f
commit
54f16f358f
5 changed files with 5 additions and 5 deletions
|
@ -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%;
|
||||||
|
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue