Skip to content

Commit

Permalink
fix demo center alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn authored Dec 14, 2023
1 parent 73b1716 commit 83dcdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ footer p {
#app .palette-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
grid-gap: 1em;
}

.palette-block {
Expand All @@ -50,7 +51,6 @@ footer p {
flex-flow: column nowrap;
justify-content: space-between;
padding: 0.5em;
margin: 1em;
text-align: center;
border-radius: 4px;
overflow: hidden;
Expand Down

0 comments on commit 83dcdd8

Please sign in to comment.