Feat: Apply for Founding Partner Program page hookup fixed and hooked up to rest of app through Home page.

This commit is contained in:
2025-08-02 18:33:36 +01:00
parent 438909b102
commit 354260d222
18 changed files with 292 additions and 329 deletions

View File

@@ -18,8 +18,8 @@
max-width: 40vw;
}
#id_speciality li,
#id_existing_system li {
#ids_speciality li,
#ids_existing_system li {
list-style: none;
}
/*
@@ -27,12 +27,4 @@
#id_existing_system li::marker {
display: none;
}
*/
.container.row.captcha > div {
margin: 0 auto;
}
input[type="submit"] {
margin: 0 auto;
}
*/

View File

@@ -49,6 +49,10 @@ textarea.form-input {
margin-bottom: 1.25rem;
}
.container.row.captcha > div {
margin: 0 auto;
}
.container.captcha > div:first-child > label:first-child {
display: flex;
justify-content: center;
@@ -81,8 +85,10 @@ altcha-widget > div:first-child,
margin-right: auto;
}
input[type="submit"] {
margin-left: 40%;
margin: 0 auto;
padding: 0.75rem 1.5rem;
background: #2563eb;
color: white;