More space between projects on smaller screens
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m6s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m6s
This commit is contained in:
@@ -133,7 +133,7 @@ const tracks = (
|
||||
<Paragraph>
|
||||
I've recently been working on a few different projects.</Paragraph
|
||||
>
|
||||
<div class="space-y-8">
|
||||
<div class="space-y-16 md:space-y-8">
|
||||
{
|
||||
projects.map((project, index) => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user