Skip to content

Commit

Permalink
Merge pull request #107 from kickstartDS/hotfix/352-appearance-cover-…
Browse files Browse the repository at this point in the history
…size

Decrease maximum appearance cover image size
  • Loading branch information
lmestel authored Apr 28, 2023
2 parents 2819281 + 281af76 commit 678d7a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/appearance/_appearance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@

&__content {
display: flex;
justify-content: space-between;
gap: var(--ks-spacing-m);
}

&__col {
flex: 1 1;
flex: 1 0 auto;
max-width: 50%;
display: flex;
flex-direction: column;
gap: var(--ks-spacing-stack-m);
Expand Down
6 changes: 4 additions & 2 deletions static/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 678d7a0

Please sign in to comment.