diff --git a/_layouts/company.html b/_layouts/company.html
index db7c74b..a1665b1 100644
--- a/_layouts/company.html
+++ b/_layouts/company.html
@@ -15,7 +15,7 @@
-
Distrust is made up of engineers behind some of the most security-critical projects in the world—including BitGo, Turnkey, and Unit410.
We’ve helped hundreds of companies by conducting security reviews, building out their security infrastructure, and aiding them in launching products which can withstand the modern threat landscape. We don’t just secure systems. We build them.
@@ -71,7 +71,7 @@Every day, we apply these guiding principles to how we think, build, and secure systems.
@@ -87,7 +87,7 @@We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.
diff --git a/_sass/base.scss b/_sass/base.scss index af8073c..dccba8d 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -915,6 +915,10 @@ section { margin-bottom:150px; } +.tall-section { + margin: 250px 0px; +} + .companies { display: flex; justify-content: space-between; @@ -1407,6 +1411,10 @@ pre { margin-top: 10px; } +.who-we-are { + margin-left: 70px; +} + /** * media queries */ @@ -1425,7 +1433,6 @@ pre { } .flex-container { - display: inline-block; } .hide { @@ -1435,9 +1442,21 @@ pre { .show { display: none; } + + .who-we-are-section { + flex-direction: column-reverse; + } } @media (max-width: 600px) { + .flex-container { + flex-direction: column; + } + + .who-we-are-section { + flex-direction: column-reverse; + } + section { margin-top: 80px; margin-bottom: 80px; @@ -1478,6 +1497,14 @@ pre { min-width: 200px; } + .tall-section { + margin: 100px 0px; + } + + .about-special { + margin-top: 0px; + } + h1 { font-size: 70px !important; line-height: 70px !important;