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.
2 parents 93cbe29 + 77e2ae8 commit 0d817a5Copy full SHA for 0d817a5
1 file changed
src/components/Projects/Projects.jsx
@@ -283,7 +283,7 @@ const projectFetchStatus = useSelector(state => state.allProjects.status);
283
return (
284
<>
285
<div className={darkMode ? 'bg-oxford-blue text-light' : ''}>
286
- <div className="container py-3 border border-secondary rounded" style={darkMode ? { backgroundColor: '#1B2A41' } : {}}>
+ <div className="container" style={darkMode ? { backgroundColor: '#1B2A41' } : {}}>
287
{fetching || !fetched ? <Loading align="center" /> : null}
288
<div className="d-flex justify-content-center align-items-center">
289
<h3 style={{ display: 'inline-block', marginRight: 10 }}>Projects</h3>
0 commit comments