Split project video detail info blocks

This commit is contained in:
dcconstructions
2026-06-26 22:30:18 +03:00
parent ee9220d066
commit 69e2b05fc2
4 changed files with 222 additions and 39 deletions
@@ -32,11 +32,11 @@
<div class="c _w-60 project-video-detail-copy project-video-detail-copy-bottom">
<hgroup data-module="hg" class="ho project-video-detail-hgroup">
<h2 class="main-h h1">
<span class="darker-40">{{text:content.heading.muted}}</span>
<span class="darker-70">{{text:content.heading.middle}}</span>
<span>{{text:content.heading.main}}</span>
<span class="darker-40">{{text:content.bottomInfo.heading.muted}}</span>
<span class="darker-70">{{text:content.bottomInfo.heading.middle}}</span>
<span>{{text:content.bottomInfo.heading.main}}</span>
</h2>
<div class="h-txt">{{html:content.introHtml}}</div>
<div class="h-txt">{{html:content.bottomInfo.introHtml}}</div>
</hgroup>
</div>
</section>