Skip to content

Commit

Permalink
Tweaked gauge layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerps committed Nov 2, 2019
1 parent b2443e1 commit ec8484a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,12 +561,10 @@ hr {
.gaugecont {
display: none;
flex-direction: row;
margin: 0;
padding: 0;
padding: 1em;
border-radius: 1rem;
padding: 0.4em 1em 0.6em 0.8em;
transition: background-color 1s ease-out;
height: 5em;
height: 6em;
}

.gaugecontx {
Expand Down

0 comments on commit ec8484a

Please sign in to comment.