Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
olumolu committed Jul 2, 2024
1 parent be38c46 commit f8adb26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ body.dark-mode .rounded-button:hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding-bottom: 5px;
margin-bottom: 20px; /* increased margin to 20px */
margin: 20px; /* added margin to keep it within the container */
box-sizing: border-box; /* added to include padding in width calculation */
}


body.dark-mode #response {
color: #fff;
background-color: #444;
Expand Down

0 comments on commit f8adb26

Please sign in to comment.