Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(user): ensure correct spacing of schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Dec 11, 2022
1 parent 3793cc4 commit 8f6916e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/settings/profile.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@
@apply mt-16;
.days {
@apply flex flex-wrap justify-between;
@apply flex flex-wrap justify-center;
> * {
@apply flex-1 mx-4;
flex-basis: calc(33% - 2rem);
@apply flex-1 mx-2;
flex-basis: calc(100% / 3 - 1rem);
}
}
}
Expand Down

0 comments on commit 8f6916e

Please sign in to comment.