Skip to content
Snippets Groups Projects
Commit 9a3f6307 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-6863: Adding watch on youtube link.

parent cb48125f
No related branches found
No related tags found
1 merge request!227ISTWCMS-6863: Adding ofis video to ohana.
...@@ -48,4 +48,20 @@ ...@@ -48,4 +48,20 @@
@media(min-width: $screen-lg) { @media(min-width: $screen-lg) {
width: 50%; width: 50%;
} }
& > .ofis-video__link {
padding: 1rem;
text-align: center;
a {
font-family: var(--font-systemmedium);
font-size: var(--font-size-0);
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
} }
...@@ -48,6 +48,9 @@ ...@@ -48,6 +48,9 @@
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen></iframe> allowfullscreen></iframe>
<div class="ofis-video__link">
<a href="{{ ofis_data.profile.video }}">Watch on Youtube</a>
</div>
{% endif %} {% endif %}
{% endif %} {% endif %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment