Client - display more workouts in timeline

This commit is contained in:
Sam
2021-09-27 15:50:04 +02:00
parent a7c268ca67
commit bde004f83b
6 changed files with 61 additions and 15 deletions

View File

@ -156,6 +156,11 @@
button {
margin: $default-margin;
border: solid 1px var(--app-color);
&:disabled {
border-color: var(--disabled-color);
}
}
@media screen and (max-width: $medium-limit) {
margin-top: $default-margin;