We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68f1f0 commit aab24f3Copy full SHA for aab24f3
components/project.js
@@ -79,7 +79,7 @@ const Project = ({
79
return (
80
<>
81
{label && (
82
- <Box sx={{ pb: [2] }}>
+ <Box sx={{ pb: [1] }}>
83
<Box
84
as='span'
85
sx={{
0 commit comments