From 44c5e2cc6714024227839b30b9a325dc4fedad04 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sat, 15 Mar 2025 14:46:08 -0700 Subject: [PATCH] more mobile friendliness --- _layouts/company.html | 10 +++++----- _sass/base.scss | 29 ++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 6 deletions(-) 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 @@

-
+

the world is built on blind trust. we are here to change that.


@@ -32,7 +32,7 @@
-
+
@@ -61,7 +61,7 @@
-
+

who we are

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 @@
-
+

our manifesto

Every day, we apply these guiding principles to how we think, build, and secure systems.

@@ -87,7 +87,7 @@
-
+

ready to take security serously?

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;