Skip to content

Commit

Permalink
Some Updations
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragverma108 committed Jan 4, 2024
1 parent d86af56 commit 0c3e2cc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions diagnosis.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -40,7 +41,6 @@
}

.symptom-list li {

display: inline-flex;
align-items: center;
margin-bottom: 10px;
Expand All @@ -54,7 +54,7 @@
margin-top: 20px;
text-align: center;
}
.space{
.space {
height: 40vh;
}

Expand Down Expand Up @@ -106,9 +106,7 @@ <h2>You May Have...</h2>
<ul id="disease-list"></ul>
</div>
</div>
<div class="space">

</div>
<div class="space"></div>
<footer>
<div class="notice">
<p><b>Disclaimer: The information provided here may not be accurate. Do consult a doctor before
Expand Down

0 comments on commit 0c3e2cc

Please sign in to comment.