Skip to content

Commit

Permalink
add margin to bottom of result container
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 authored Apr 21, 2024
1 parent a7671fe commit 3c31a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion getwvkeys/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,13 @@ input[type="submit"]:focus {
max-width: 1080px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

.result-container {
display: block;
color: #dde4ee;
margin-top: 24px;
margin: 24px 0;
border-radius: 16px;
border: 2px solid #242629;
min-height: 240px;
Expand Down

0 comments on commit 3c31a02

Please sign in to comment.