Skip to content
Snippets Groups Projects
Commit 1af0a64f authored by jan.bednarik's avatar jan.bednarik
Browse files

elections2021: Going to vote page update

parent d4dc5a26
Branches
No related tags found
2 merge requests!387elections2021: Going to vote page update,!386elections2021: Going to vote page update
Pipeline #5076 passed
...@@ -105,8 +105,16 @@ ...@@ -105,8 +105,16 @@
display: none; display: none;
} }
#young_voters .video-player {
display: none;
}
@media (min-width: 992px) { @media (min-width: 992px) {
#young_voters .video-player {
display: block;
}
#young_voters .accordeon-row { #young_voters .accordeon-row {
border-left: 8px solid black; border-left: 8px solid black;
text-align: center; text-align: center;
...@@ -272,7 +280,7 @@ ...@@ -272,7 +280,7 @@
<img src="{% static "elections2021/images/heads-active.png" %}" alt="Půjdem k volbám" hidden> <img src="{% static "elections2021/images/heads-active.png" %}" alt="Půjdem k volbám" hidden>
<i class="ico--chevron-down"></i> <i class="ico--chevron-down"></i>
</label> </label>
<div class="accordeon-row-body"> <div class="accordeon-row-body video-player">
<div class="content-block"> <div class="content-block">
{% if page.video %} {% if page.video %}
<iframe width="640" height="446" src="{{ page.video }}" title="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="640" height="446" src="{{ page.video }}" title="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment