Skip to content

Commit

Permalink
Improve statistics responsiveness
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Feb 23, 2024
1 parent af0d18c commit 4f35d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/user/user_statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h2 class="{{ IconFor `statistics` }}">
{{ i18n "Your progress the past year" }}
</h2>
<div class="md:flex md:flex-wrap [&>*]:md:basis-1/2 [&>*]:lg:basis-1/3">
<div class="lg:flex lg:flex-wrap [&>*]:lg:basis-1/2 [&>*]:2xl:basis-1/3">
<div>
<div class="inner-form">
<h3 class="{{ IconFor `workout` }}">{{ i18n "Workouts" }}</h3>
Expand Down

0 comments on commit 4f35d2e

Please sign in to comment.