Skip to content

Commit

Permalink
Polished up result box
Browse files Browse the repository at this point in the history
  • Loading branch information
EnormousApplePie committed Oct 7, 2024
1 parent dd37d51 commit 85e9611
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions civ5drafter.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,16 @@ input, select {
margin: 0 auto;
color: #000000;
background-color: #4CAF50;
border: 1px solid #ffffff;
border-radius: 10px;
}

#results img {
vertical-align:middle;
padding-right: 10px;
padding-left: 10px;
padding-right: 15px;
padding-left: 15px;
padding-top: 3px;
padding-bottom: 3px;
width: 32px;
height: auto;
}
Expand Down

0 comments on commit 85e9611

Please sign in to comment.