diff --git a/diagnosis.html b/diagnosis.html index 7cf7829..4e2aef7 100644 --- a/diagnosis.html +++ b/diagnosis.html @@ -23,11 +23,12 @@ .container { display: flex; flex-direction: column; - align-items: flex-start; + align-items: center; /* Updated alignment to center */ justify-content: center; min-height: calc(100vh - 100px); padding: 20px; - margin-left: 20px; + margin-left: auto; + margin-right: auto; } .symptom-selector { @@ -40,7 +41,6 @@ } .symptom-list li { - display: inline-flex; align-items: center; margin-bottom: 10px; @@ -54,7 +54,7 @@ margin-top: 20px; text-align: center; } - .space{ + .space { height: 40vh; } @@ -106,9 +106,7 @@

You May Have...

-
- -
+