Skip to content

Commit

Permalink
fix(ui): increase challenges width
Browse files Browse the repository at this point in the history
accommodate to longer question names
  • Loading branch information
tiankaima committed Oct 28, 2024
1 parent d22e6c8 commit e4d4ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ h1 {
}
@media screen and (min-width: 48em) {
.challenges {
max-width: 28em;
max-width: 32em;
margin-left: 1em;
}
}
Expand Down

0 comments on commit e4d4ea1

Please sign in to comment.