Browse Source

Klikací jak řešit

okenkove_obalky
Jonas Havelka 2 years ago
parent
commit
54f16f358f
  1. 4
      mamweb/static/css/mamweb.css
  2. 0
      mamweb/templates/jakresit_1.svg
  3. 0
      mamweb/templates/jakresit_2.svg
  4. 0
      mamweb/templates/jakresit_3.svg
  5. 6
      seminar/templates/seminar/jak-resit.html

4
mamweb/static/css/mamweb.css

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

0
mamweb/static/images/jakresit_1.svg → mamweb/templates/jakresit_1.svg

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

0
mamweb/static/images/jakresit_2.svg → mamweb/templates/jakresit_2.svg

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

0
mamweb/static/images/jakresit_3.svg → mamweb/templates/jakresit_3.svg

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

6
seminar/templates/seminar/jak-resit.html

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

Loading…
Cancel
Save