Skip to content

Commit

Permalink
Update padding top for logo position
Browse files Browse the repository at this point in the history
  • Loading branch information
yyorkchan committed Jul 12, 2024
1 parent 2ac8952 commit 146f71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authui/src/authflowv2/components/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
.widget-content {
@apply relative;
@apply h-full w-full;
@apply px-6 pt-6 pb-10;
@apply px-6 pt-8 pb-10;
@apply flex flex-col;
@apply self-center;
max-width: var(--widget__max-width);
Expand Down

0 comments on commit 146f71c

Please sign in to comment.