Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
feat(vue): refactor placeholders for stage support
Browse files Browse the repository at this point in the history
  • Loading branch information
asakrejz committed Feb 24, 2022
1 parent a90c403 commit 84f4793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playground/apps/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
align-items: center;
list-style-type: none;
max-width: 992px;

padding: 0;
margin: auto;
}
Expand Down Expand Up @@ -65,7 +64,6 @@
grid-template-columns: repeat(3, 1fr);
grid-template-areas: 'slot1 slot1 slot2';
grid-gap: 16px;

margin-bottom: 20px;
}

Expand Down

0 comments on commit 84f4793

Please sign in to comment.