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 (
|
||||
|
@@ -16,7 +16,7 @@ const projects = (await getCollection("projects")).sort(
|
||||
<section id="projects" class="bg-white dark:bg-gray-950">
|
||||
<div class="mx-auto max-w-4xl px-8 py-16 text-center">
|
||||
<SectionTitle>Recent Projects</SectionTitle>
|
||||
<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