mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update packages/web-vite/src/styles/LibraryGrid.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
3fe2cfad3b
commit
293a692cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
||||
gap: var(--space-6); /* 1.5rem */
|
||||
padding: var(--space-3); /* 1rem */
|
||||
padding: var(--space-4); /* 1rem */
|
||||
}
|
||||
|
||||
/* Responsive adjustments */
|
||||
|
|
|
|||
Loading…
Reference in a new issue