mirror of
https://github.com/ivabus/www
synced 2025-06-08 15:30:25 +03:00
Added padding to package CTA <section>
This commit is contained in:
parent
faeacff0c7
commit
24cf4cca7d
2 changed files with 14 additions and 10 deletions
|
@ -173,17 +173,17 @@
|
|||
|
||||
<!-- Package CTA Section -->
|
||||
|
||||
<section>
|
||||
<hr>
|
||||
<div class="container">
|
||||
<div class="row" style="margin-bottom: 20px;">
|
||||
<div class="col" style="margin: 150px 0px;">
|
||||
<h3 class="text-center">Stay tuned for our full launch.</h3>
|
||||
<p class="text-center"><mark>The tea's almost done steeping.</mark> Developers around the world are starting to take their first sips with the <a>tea cli</a>, and as they start working thy're magic, you'll begin to see <mark>some amazing packages</mark> populate above. In the meantime, keep in touch by joining our <a>Discord Community</a>.</p>
|
||||
<hr>
|
||||
<section package-cta-section>
|
||||
<div class="container package-cta-container">
|
||||
<div class="row" style="margin-bottom: 20px;">
|
||||
<div class="col" style="margin: 150px 0px;">
|
||||
<h3 class="text-center">Stay tuned for our full launch.</h3>
|
||||
<p class="text-center"><mark>The tea's almost done steeping.</mark> Developers around the world are starting to take their first sips with the <a>tea cli</a>, and as they start working thy're magic, you'll begin to see <mark>some amazing packages</mark> populate above. In the meantime, keep in touch by joining our <a>Discord Community</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
{{- partial "full-width-cta.html" . -}}
|
||||
|
||||
<!-- Statistics -->
|
||||
|
|
|
@ -391,6 +391,10 @@ mark{
|
|||
padding-right:7vw !important;
|
||||
}
|
||||
|
||||
.package-cta-section{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
||||
.statistics{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
@ -450,7 +454,7 @@ mark{
|
|||
.mobile-grid-element{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
|
Loading…
Reference in a new issue