Skip to content

Commit

Permalink
corporate fix video alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvanspauwen committed Jan 15, 2024
1 parent 856b578 commit aa6291d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions module/BrBundle/Resources/views/br/corporate/index/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@

{# Inleidend blok #}
<div>
<div style="position:relative">
<h3 style="position: relative; z-index: 1">{{ texts['br_corporate_intro']['main'] }}</h3>
<div class="br-titledecoration"></div>
</div>
<div style="height: 30px"></div>
<div class="br-infoHolder">
<div class="br-markdown" style="margin-right: 40px; text-align: justify; line-height: 25px">
{{ texts['br_corporate_intro']['sub'] }}
<div style="height: 20px"></div>
<div>
<div style="position:relative">
<h3 style="position: relative; z-index: 1">{{ texts['br_corporate_intro']['main'] }}</h3>
<div class="br-titledecoration"></div>
<div style="height: 30px"></div>
</div>
<div class="br-markdown" style="margin-right: 40px; text-align: justify; line-height: 25px">
{{ texts['br_corporate_intro']['sub'] }}
<div style="height: 20px"></div>
</div>
</div>

<div class="temporaryImage" style="min-width: 60%" class="temporaryImage">
<iframe class="videoIframe" width="680px" height="340px" src="https://www.youtube.com/embed/GhLhQow-Dpw"></iframe>
</div>
Expand Down

0 comments on commit aa6291d

Please sign in to comment.