Skip to content

Commit

Permalink
Fix bug in video gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelatorre committed Dec 19, 2017
1 parent b18ef0b commit 646658d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/mister_cobol_web/static/css/style.css
Expand Up @@ -695,6 +695,10 @@ p {
box-shadow: none !important;
}

.video-iframe {
text-align: center;
}

#carousel.flexslider img {
height: auto;
width: 100% !important;
Expand Down
2 changes: 1 addition & 1 deletion src/mister_cobol_web/templates/index.html
Expand Up @@ -147,7 +147,7 @@ <h2 class="row-title">{% trans 'GALERÍA DE FOTOS' %}</h2>
<h2 class="row-title">{% trans 'VÍDEOS' %}</h2>

<div id="video-slider" class="flexslider">
<ul class="slides" style="text-align: center;">
<ul class="slides video-iframe">
{% for video in videos %}
<li>{{ video.video_script|safe }}</li>
{% endfor %}
Expand Down

0 comments on commit 646658d

Please sign in to comment.