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>
|
<Paragraph>
|
||||||
I've recently been working on a few different projects.</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) => {
|
projects.map((project, index) => {
|
||||||
return (
|
return (
|
||||||
|
@@ -16,7 +16,7 @@ const projects = (await getCollection("projects")).sort(
|
|||||||
<section id="projects" class="bg-white dark:bg-gray-950">
|
<section id="projects" class="bg-white dark:bg-gray-950">
|
||||||
<div class="mx-auto max-w-4xl px-8 py-16 text-center">
|
<div class="mx-auto max-w-4xl px-8 py-16 text-center">
|
||||||
<SectionTitle>Recent Projects</SectionTitle>
|
<SectionTitle>Recent Projects</SectionTitle>
|
||||||
<div class="space-y-8">
|
<div class="space-y-16 md:space-y-8">
|
||||||
{
|
{
|
||||||
projects.map((project, index) => {
|
projects.map((project, index) => {
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user