Skip to content

Commit

Permalink
Fixed the visibility of the instruction box (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunmishraaa authored Dec 19, 2024
1 parent d20018d commit f479002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ h3 {
border-radius: 0.5em;
position: absolute;
z-index: 9;
padding: 0 1rem;
padding: 0rem 1rem;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
display: none;
width: 60vw;
width: 70vw;
margin-bottom: 7rem;
margin-top: 1.6rem;
height: 83vh;
Expand Down

0 comments on commit f479002

Please sign in to comment.