mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Fix missing column gap for bookmarks
https://github.com/benphelps/homepage/issues/235#issuecomment-1292261927
This commit is contained in:
parent
7ad1947faa
commit
c14ae6ee72
@ -272,7 +272,7 @@ function Home({ initialSettings }) {
|
||||
)}
|
||||
|
||||
{bookmarks && (
|
||||
<div className="grow flex flex-wrap pt-0 p-4 sm:p-8">
|
||||
<div className="grow flex flex-wrap pt-0 p-4 sm:p-8 gap-x-2">
|
||||
{bookmarks.map((group) => (
|
||||
<BookmarksGroup key={group.name} group={group} />
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user