fixed a small typo
This commit is contained in:
parent
5897dee476
commit
5d38a4cebb
|
|
@ -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.
|
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:
|
Our team has chosen a no-compromise approach to solving this problem by building a cloud hosting platform, **Caution**, that:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -359,20 +359,6 @@ img {
|
||||||
max-width: 50px;
|
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 {
|
.subtext.landing {
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue