Skip to content

Commit

Permalink
Some fixes to responsive layout (desktop / mobile) in styles.css (con…
Browse files Browse the repository at this point in the history
…tinued)
  • Loading branch information
Angel Gonzalez committed Jan 5, 2024
1 parent 4ce8b6c commit af9b0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}
.content {
width: 100%;
flex-direction: column; /* Added this line to stack children vertically */
display: flex; /* Added this line to enable Flexbox layout */
flex-direction: column; /* Stack children vertically */
}
#simulationResult {
width: 100%;
Expand Down

0 comments on commit af9b0ff

Please sign in to comment.