Skip to content

Commit

Permalink
Scale down sendscore fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
RickV85 committed Apr 18, 2024
1 parent da77dd8 commit 2adee35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,14 +328,14 @@ select {
min-width: 67px;
font-family: var(--font-fugazOne);
font-weight: 400;
font-size: 1rem;
font-size: 0.8rem;
position: relative;
text-align: right;
}

#sendScore {
color: #ef8354;
font-size: 1.25rem;
font-size: 1.125rem;
font-weight: 500;
}

Expand Down Expand Up @@ -531,11 +531,11 @@ select {

.day-send-score-div {
min-width: 5.542rem;
font-size: 1.2rem;
font-size: 1rem;
}

#sendScore {
font-size: 1.45rem;
font-size: 1.25rem;
}

.hourly-forecast-container {
Expand Down

0 comments on commit 2adee35

Please sign in to comment.