diff --git a/backend/core/static/css/index.css b/backend/core/static/css/index.css index e336422..bb52579 100644 --- a/backend/core/static/css/index.css +++ b/backend/core/static/css/index.css @@ -163,6 +163,22 @@ body { height: 100%; } +.form-check.other-gap .other-row { + display: flex !important; + align-items: center !important; + flex-direction: row !important; + gap: 0 !important; +} + +.other-gap { + display: flex !important; + gap: 2rem !important; +} + +.other-gap > .form-control { + max-width: 350px; +} + @media (max-width: 768px) { .inner-container { padding: 60px; @@ -212,4 +228,18 @@ body { .insight-grid { grid-template-columns: 1fr; } + + .form-check.other-gap .other-row { + flex-direction: column; + align-items: flex-start; + gap: 0; + } + .form-check.other-gap .form-control { + width: 100%; + max-width: 100%; + } + .other-gap { + display: grid !important; + gap: 0 !important; + } } \ No newline at end of file diff --git a/backend/core/templates/signup.html b/backend/core/templates/signup.html index aa21b36..15ff3e9 100644 --- a/backend/core/templates/signup.html +++ b/backend/core/templates/signup.html @@ -199,15 +199,17 @@ -
- - - -
+
+
+ + +
+ +
Identifies mandatory security controls and compliance requirements that must be implemented. @@ -272,10 +274,12 @@ -
- - - +
+
+ + +
+