fixed a small typo

This commit is contained in:
Ksenia Lesko 2025-10-27 21:18:05 -04:00
parent 5897dee476
commit 5d38a4cebb
Signed by: xenushka
GPG Key ID: ABAFE7A50A15D386
2 changed files with 1 additions and 15 deletions

View File

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

View File

@ -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;
}