From 5d38a4cebb5f4077210dd4453da7d6f8e03b3167 Mon Sep 17 00:00:00 2001 From: Ksenia Lesko Date: Mon, 27 Oct 2025 21:18:05 -0400 Subject: [PATCH] fixed a small typo --- _posts/2025-09-29-verifiable-compute.md | 2 +- _sass/base.scss | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/_posts/2025-09-29-verifiable-compute.md b/_posts/2025-09-29-verifiable-compute.md index c375cbf..e2c1c2a 100644 --- a/_posts/2025-09-29-verifiable-compute.md +++ b/_posts/2025-09-29-verifiable-compute.md @@ -42,7 +42,7 @@ Other companies, such as Tinfoil, Turnkey, and Privy, offer wrappers around encl In short, there are currently no solutions offering full transparency and elimination of single points of failure in the market. -## “Cautiously” building the next generation of verifiable vompute +## “Cautiously” building the next generation of verifiable compute Our team has chosen a no-compromise approach to solving this problem by building a cloud hosting platform, **Caution**, that: diff --git a/_sass/base.scss b/_sass/base.scss index 7f586d9..6dcda15 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -359,20 +359,6 @@ img { max-width: 50px; } -/* ======== LANDING ======== */ - -// .hero.landing { -// min-height: 100svh; -// background-size: 125%; -// background-position-y: 0vh; -// background-repeat: no-repeat; -// display: flex; -// position: relative; -// background-color: var(--blue-base); /* Fallback color */ -// backface-visibility: hidden; -// transform: translateZ(0); -// } - .subtext.landing { max-width: 650px; }