Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Atia-Farha authored Nov 21, 2024
1 parent 71444fd commit 69d760c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ hr {

/* Container for lap times */
.lapsBox {
flex: 1;
display: none;
width: 100vw;
overflow-y: auto;
Expand All @@ -104,12 +103,15 @@ hr {
}

/* Styling for each lap time */
.laps div p{
.laps div {
background-color: #333333;
color: white;
padding: 10px;
margin: 0 4vw 0 4vw;
border-bottom: 1px solid rgb(25, 25, 25);
}

.laps div p {
display: flex;
flex-direction: row;
justify-content: space-around;
Expand Down

0 comments on commit 69d760c

Please sign in to comment.