Skip to content

Commit

Permalink
Modify css
Browse files Browse the repository at this point in the history
Fix #97
  • Loading branch information
Bachibouzouk committed Feb 13, 2020
1 parent f1c19b3 commit 0d9085f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ p, div{

.GaugeMeter SPAN,
.GaugeMeter B{
Margin: 0 23%;
Width: 54%;
Margin: 0 20%;
Width: 60%;
Position: Absolute;
Text-Align: Center;
Display: flex;
Expand Down Expand Up @@ -126,7 +126,7 @@ p, div{
Color: #464646;
font-weight: bold;
font-size: 32pt;
font-family: Poppins Medium;
font-family: Poppins;
}

/* Navigation Bar */
Expand Down

0 comments on commit 0d9085f

Please sign in to comment.