Skip to content

Commit

Permalink
fixup! Docs(web): Add documentation and demo for EmptyState component…
Browse files Browse the repository at this point in the history
… #DS-1310
  • Loading branch information
curdaj committed Jun 25, 2024
1 parent 75cf472 commit f9bcc1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/demo/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
justify-content: center;
align-items: center;
width: 100%;
padding: 48px 24px;
padding: 3rem 1.5rem;
text-align: center;
gap: 32px;
gap: 2rem;
border: 1px dashed #3eac98;
background: #fff;
}
Expand All @@ -78,7 +78,7 @@
display: flex;
flex-direction: column;
color: #3eac98;
gap: 8px;
gap: 0.5rem;
}

@media (min-width: 768px) {
Expand Down

0 comments on commit f9bcc1a

Please sign in to comment.