Update showcase-container layout

This commit is contained in:
Luke 2022-01-25 03:38:44 +01:00
parent 85e4a902bd
commit bb902e985c

View file

@ -107,11 +107,14 @@ layout: page
</div> </div>
{% endif %} {% endif %}
<div class="showcase-container mt-32"> <div class="showcase-container mt-32">
<div class="showcase-left"> <div class="showcase-left" style="max-width: 1050px;">
<h2 class="showcase-left-title"> <img src="{{ site.img_url }}page-specific/next/files.png" alt="">
</div>
<div class="showcase-right">
<h2 class="showcase-right-title">
There is More. A Lot More. There is More. A Lot More.
</h2> </h2>
<p class="showcase-left-desc"> <p class="showcase-right-desc">
We have plans and ideas for years to come. We will We have plans and ideas for years to come. We will
never be "done" but always evolve and progress. I'm never be "done" but always evolve and progress. I'm
sure you have cool ideas for us too! Take a look what sure you have cool ideas for us too! Take a look what
@ -119,8 +122,5 @@ layout: page
</p> </p>
<a class="btn-secondary" href="{{ site.backlog_url }}">Explore the bacllog</a> <a class="btn-secondary" href="{{ site.backlog_url }}">Explore the bacllog</a>
</div> </div>
<div class="showcase-right" style="max-width: 1050px;">
<img src="{{ site.img_url }}page-specific/next/files.png" alt="">
</div>
</div> </div>
</section> </section>