Skip to content

Commit 28e5a7a

Browse files
committed
centered card
1 parent c74df3f commit 28e5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Category/Category.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Category = ({ history, filteredResources, searchInput }) => {
77
return (
88
<>
99
<ReactTooltip type='light' />
10-
<div className='columns is-multiline' style={{ margin: 'auto' }}>
10+
<div className='columns is-multiline is-centered' style={{ margin: 'auto' }}>
1111
{filteredResources &&
1212
filteredResources.length === 0 &&
1313
window.location.pathname === '/resources' ? (

0 commit comments

Comments
 (0)