Additional styling

This commit is contained in:
Thomas Smith 2022-10-18 20:22:43 -04:00
parent fcafa6c94c
commit b41e83633a

View file

@ -1,11 +1,11 @@
{{ define "main" }}
<section class="tea-cli">
<div class="container tea-cli-container">
<div class="container tea-cli-container two-boxes">
<div class="row">
<div class="col my-auto">
<h1>TEA CLI</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p class="lead">brew2 for web3 is here. The minds that changed the interwebs for the better back in 2009 have just done it again. tea is here to help make your dev experience a little more delightful. </p>
</div>
</div>
</div>
@ -213,4 +213,17 @@
</div>
</section>
<hr>
<section>
<div class="container three-boxes">
<div class="row">
<div class="col">
<h3 class="text-center">And it's even better if you join the tea party...</h3>
</div>
</div>
</div>
</section>
<hr>
{{- partial "full-width-cta.html" -}}
{{ end }}