Skip to content

Commit

Permalink
style(EmptyState): add max-width to improve layout responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSikora committed Jan 22, 2025
1 parent 8ce8b46 commit 0d93751
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ $base-class: 'empty-state';
&__title {
margin: 0;
margin-bottom: var(--spacing-2);
max-width: 600px;
text-align: center;
}

Expand Down

0 comments on commit 0d93751

Please sign in to comment.