Skip to content

Commit

Permalink
fix justify-content property
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Feb 15, 2024
1 parent 3a45b38 commit df8c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
.auth-wrapper
{
flex: none;
justify-content: none;
justify-content: start;

.authorize
{
Expand Down

0 comments on commit df8c8e4

Please sign in to comment.