Skip to content

Commit

Permalink
curl.css: make the top-left logo get padding
Browse files Browse the repository at this point in the history
decrease the top menu padding from 0.5em to .3em
  • Loading branch information
bagder committed Jul 2, 2024
1 parent 043b0dc commit 9989ba0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions curl.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,12 @@ tr.hide {
background-size: contain;
background-repeat: no-repeat;
background-color: #093754;
background-origin: content-box;
text-align: center;
padding-top: .5em;
padding-bottom: .5em;
padding-top: .3em;
padding-bottom: .3em;
padding-left: .3em;
padding-right: .3em;
line-height: 130%;
font-size: 26px;
}
Expand Down

0 comments on commit 9989ba0

Please sign in to comment.