Feat(Content): 'Alpha Access' renamed to 'Founding Partner Program' on Home Page and testimonial removed.

This commit is contained in:
2025-07-31 17:42:01 +01:00
parent 4b1fac2dcb
commit 5c4128deca
33 changed files with 81 additions and 243 deletions

View File

@@ -87,7 +87,7 @@ script, link {
text-align: center;
width: 100%;
align-self: center;
font-size: min(16px, calc(1vh * 4));
font-size: 1rem;
}
#pageBody > * > * {
align-self: center;
@@ -100,6 +100,7 @@ script, link {
}
/* Add a card effect for articles */
.card {
background-color: var(--colour-text-background);
@@ -209,10 +210,6 @@ input.dirty, textarea.dirty, select.dirty {
}
#pageBody > *, button {
font-size: min(12px, calc(1vh * 3));
}
@media screen and (max-width: 400px) {