We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74df3f commit 28e5a7aCopy full SHA for 28e5a7a
src/components/Category/Category.js
@@ -7,7 +7,7 @@ const Category = ({ history, filteredResources, searchInput }) => {
7
return (
8
<>
9
<ReactTooltip type='light' />
10
- <div className='columns is-multiline' style={{ margin: 'auto' }}>
+ <div className='columns is-multiline is-centered' style={{ margin: 'auto' }}>
11
{filteredResources &&
12
filteredResources.length === 0 &&
13
window.location.pathname === '/resources' ? (
0 commit comments