Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schwartz committed Oct 8, 2024
1 parent 6894fe4 commit 85577c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2586,9 +2586,6 @@ input, select, textarea {
display: block; /* Ensure the first step is visible */
}

#step2, #step3 {
display: none; /* Hide other steps initially */
#step2, #addBlogPostForm, #step3 {
display: block; /* Hide other steps initially */
}
#step2.active #addBlogPostForm {
display: block; /* Show the form when step 2 is active */
}

0 comments on commit 85577c6

Please sign in to comment.