Skip to content

Commit

Permalink
Updated User Guide (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladyschenyx authored Oct 15, 2024
1 parent 3ad0eaf commit f67e649
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions frontend/src/components/UserGuideView.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
*,
*::after,
*::before {
margin: 0;
padding: 0;
/* box-sizing: inherit; */
}

.li {
margin-left: 1em;
}

#ptag-separator {
margin-bottom: 0;
}

.accordion {
background: #f1f1f1;
}
Expand Down Expand Up @@ -56,7 +52,7 @@
.user-guide-view {
font-family: Arial, sans-serif;
margin: 5em;
max-width: 70vw;
max-width: 80vw;
}

.text {
Expand Down Expand Up @@ -160,6 +156,7 @@
padding-left: 2em; /* Indent the list */
margin-top: 0; /* Remove top margin if needed */
margin-bottom: 1.6;
text-align: left;
}

.code-section {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/UserGuideView.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const UserGuideView = () => {
<a href="https://github.com/TACC/PandemicExerciseSimulator" target="_blank" rel="noopener noreferrer" className="github-link">
https://github.com/TACC/PandemicExerciseSimulator
</a>
<p></p>
<p id="ptag-separator"></p>
<p className="needed-section">
<strong>Needed: </strong>This tool is still in development and will benefit from testing and expert review. In particular, we need:
</p>
Expand All @@ -208,7 +208,7 @@ const UserGuideView = () => {
<AccordionItem title="Instructions">
<Instructions />
</AccordionItem>
<p style={{ background: "white", padding: "0.75em" }}></p>
<p style={{ background: "white", padding: "0.75em", marginBottom: "0" }}></p>
<AccordionItem title="About the Model">
<ModelInfo />
</AccordionItem>
Expand Down

0 comments on commit f67e649

Please sign in to comment.