Some content for partners section.

This commit is contained in:
Thomas Smith 2022-09-29 15:13:54 -04:00
parent 44ccad879c
commit d06f1ad54a
2 changed files with 7 additions and 2 deletions

View file

@ -246,8 +246,8 @@
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12" style="position:relative; z-index: 2;">
<h2>partners</h2>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p class="lead">As we like to say at tea, <mark>teamwork makes the dream work</mark>and by golly if we don't have a a good team.</p>
<p><mark>Binance Labs</mark> saw the value in tea's mission right from the get-go (you can read more about that here) and <mark>Project Galaxy</mark> has been a valueable strategic partner, particulalry in the distribution of our Nebraska Man comic book series.</p>
</div>
<div class="col">

View file

@ -131,6 +131,11 @@ hr{
margin: 0px !important;
}
mark{
background-color: yellow !important;
color: black;
}
/* Homepage */
@media only screen and (min-width: 1200px) {