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,20 +107,20 @@ 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="">
There is More. A Lot More. </div>
</h2> <div class="showcase-right">
<p class="showcase-left-desc"> <h2 class="showcase-right-title">
We have plans and ideas for years to come. We will There is More. A Lot More.
never be "done" but always evolve and progress. I'm </h2>
sure you have cool ideas for us too! Take a look what <p class="showcase-right-desc">
we already plan on doing in the longer run. We have plans and ideas for years to come. We will
</p> never be "done" but always evolve and progress. I'm
<a class="btn-secondary" href="{{ site.backlog_url }}">Explore the bacllog</a> sure you have cool ideas for us too! Take a look what
</div> we already plan on doing in the longer run.
<div class="showcase-right" style="max-width: 1050px;"> </p>
<img src="{{ site.img_url }}page-specific/next/files.png" alt=""> <a class="btn-secondary" href="{{ site.backlog_url }}">Explore the bacllog</a>
</div> </div>
</div> </div>
</section> </section>