Skip to content

Commit

Permalink
Updates logo sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Mar 23, 2024
1 parent 9dfeb19 commit b7532cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/bundle/main.js

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

4 changes: 2 additions & 2 deletions src/components/ooh-logos/ooh-logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export class KdOohLogos extends KdBaseElement {
.canvas {
display: grid;
gap: var(--spacing-xl);
grid-template-columns: repeat(auto-fit, minmax(var(--size-9), 1fr));
gap: var(--size-3);
grid-template-columns: repeat(auto-fit, minmax(var(--size-8), 1fr));
transition: gap 0.3s ease;
perspective: 300px;
}
Expand Down

0 comments on commit b7532cd

Please sign in to comment.