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

@@ -24,7 +24,7 @@ table.table-main thead {
}
table.table-main tbody {
max-height: 60vh;
max-height: 75vh;
overflow-y: auto;
min-width: fit-content;
max-width: fit-content;
@@ -62,6 +62,7 @@ table.table-main div {
border-radius: 0.5vh;
text-align: center;
background-color: var(--colour-text-background);
font-size: 16px;
}
table.table-main thead tr th,
@@ -71,7 +72,7 @@ table.table-main tbody tr td {
padding: 0 0.5vh;
}
table.table-main tbody tr td {
height: 5vh;
height: 3vh;
/* padding-top: 0.5vh; */
}
table.table-main thead tr th.notes,
@@ -95,9 +96,6 @@ table.table-main tbody tr td.ddl-preview select {
padding-left: 2vh;
padding-right: 2vh;
}
table.table-main tbody tr td.ddl-preview select {
font-size: 12px;
}
table.table-main thead tr th.active,
table.table-main tbody tr td.active {
max-width: 6vh;
@@ -135,8 +133,19 @@ table.table-main thead tr th.display_order {
width: 15vh;
/* height: 3vh; */
}
.topnav .container.company-name {
margin: 0 auto;
min-width: 40vw;
max-width: 64vw;
}
.company-name {
font-size: 1.2rem;
}
table.table-main {
max-height: 60vh;
max-height: 61vh;
}
table.table-main thead {
font-size: 0.8rem;
}
table.table-main tbody {
max-height: 53vh;