Skip to content

Commit

Permalink
Merge pull request #157 from samuel-yeom/patch-1
Browse files Browse the repository at this point in the history
increased left margin of the puzzle content box
  • Loading branch information
dlareau committed Mar 11, 2021
2 parents 1d46b27 + aef9c40 commit 42f0493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions huntserver/static/huntserver/hunt_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ body {
font-size: 14px;
padding: 10px;
padding-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin: 10px;
margin-top: 0px;
background: white;
border: 3px solid black;
}
Expand Down Expand Up @@ -86,4 +86,4 @@ th {
width: auto;
vertical-align: middle;
}
}
}

0 comments on commit 42f0493

Please sign in to comment.