Skip to content

Commit

Permalink
fix(race): fix footer overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Dec 30, 2024
1 parent 053d215 commit 92cf9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/race/race.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

.retro-footer {
padding: 0.5rem;
width: inherit;
width: calc(100% - 1rem);
.retro-button {
margin-bottom: 1rem;
}
Expand Down

0 comments on commit 92cf9a4

Please sign in to comment.