Skip to content

Commit

Permalink
chore: added start end
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirAbdousNventive committed Aug 8, 2024
1 parent b89cc97 commit 64568d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/styles/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ body {
&-between {
justify-content: space-between;
}

&-start {
justify-content: flex-start;
}

&-end {
justify-content: flex-end;
}
}

.text-center {
Expand Down

0 comments on commit 64568d0

Please sign in to comment.