Skip to content

Commit

Permalink
final tweak in css
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhNguyen5653 committed Nov 14, 2024
1 parent 5451b18 commit 7121fb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
}

.logo-space img {
max-height: 120px;
max-height: 150px;
}

/* Scoreboard Styling */
Expand All @@ -36,7 +36,7 @@ body {
display: flex;
flex-direction: column;
align-items: center;
width: 700px; /* Increased width */
width: 710px; /* Increased width */
}

.score-row {
Expand All @@ -50,11 +50,11 @@ body {
}

.team-input, .score-input {
width: 120px; /* Increased input width */
width: 150px; /* Increased input width */
border: none;
padding: 20px;
padding: 15px;
text-align: center;
font-size: 4rem; /* Increased font size */
font-size: 3.5rem; /* Increased font size */
background-color: #ffffff;
color: #000;
}
Expand Down

0 comments on commit 7121fb0

Please sign in to comment.