shorten layout between segments, fix spacing on buttons

This commit is contained in:
Ryan Heywood 2024-09-24 21:06:56 -04:00
parent fbfb421243
commit 33005b251c
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
5 changed files with 10 additions and 30 deletions

View File

@ -34,13 +34,11 @@
<li>How do you know the offline laptop with the keys to the kingdom has not been tampered with?</li> <li>How do you know the offline laptop with the keys to the kingdom has not been tampered with?</li>
<li>Do you have a plan for <i>when</i> your production systems are compromised?</li> <li>Do you have a plan for <i>when</i> your production systems are compromised?</li>
</ul> </ul>
<br /> <div class="button-container">
<br /> <a href="/contact.html" class="mega button">Free Consultation</a>
<a href="/contact.html" class="mega button">Free Consultation</a> </div>
</section> </section>
<hr />
<section> <section>
<h2>Values</h2> <h2>Values</h2>

View File

@ -177,9 +177,9 @@
</div> </div>
</div> </div>
<br /> <div class="button-container">
<br /> <a href="/contact.html" class="mega button">Free Consultation</a>
<a href="/contact.html" class="mega button">Free Consultation</a> </div>
</section> </section>
</main> </main>
{%- include footer.html -%} {%- include footer.html -%}

View File

@ -13,17 +13,15 @@
<div class="text-well"> <div class="text-well">
<h2>How can we help you?</h2> <h2>How can we help you?</h2>
<p>Distrust offers a wide range of services which are tailored to your organization. Whether you need a complete security assessment, want to create or improve an open source security tool, or want to focus on assessing a specific aspect of your organization or system - we are here to help. Our experienced staff will collaborate closely with you to understand your unique needs and create a tailor made solution that works for you.</p> <p>Distrust offers a wide range of services which are tailored to your organization. Whether you need a complete security assessment, want to create or improve an open source security tool, or want to focus on assessing a specific aspect of your organization or system - we are here to help. Our experienced staff will collaborate closely with you to understand your unique needs and create a tailor made solution that works for you.</p>
<br /> <div class="button-container">
<a href="/contact.html" class="mega button">Free Consultation</a> <a href="/contact.html" class="mega button">Free Consultation</a>
<br /> </div>
</div> </div>
</div> </div>
<div class="flex-container-inner"> <div class="flex-container-inner">
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -42,8 +40,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -63,8 +59,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -83,8 +77,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">

View File

@ -22,8 +22,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -43,8 +41,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -63,8 +59,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -83,8 +77,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">
@ -103,8 +95,6 @@
</div> </div>
</section> </section>
<hr />
<section class="flex-container"> <section class="flex-container">
<div class="flex-container-inner"> <div class="flex-container-inner">
<div class="text-well"> <div class="text-well">

View File

@ -520,7 +520,7 @@ textarea {
section { section {
margin-top: 48px; margin-top: 48px;
margin-bottom: 120px; margin-bottom: 96px;
} }
.companies { .companies {