Skip to content

Commit 62c3ece

Browse files
committed
Working on responsive layout
1 parent 6d2d18f commit 62c3ece

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

idea/patchwork_electronics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Patchwork Electronics
33
author: Shawn McGee
4+
tags: [
5+
"patchwork",
6+
"electronics"
7+
]
48
---
59

610
I find I do my best philosophizing in the shower and during long drives on the I25. I was driving home with my partner this evening when a strange contradiction floated to the front of my mind.

src/pages/idea/[...slug].astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ const { Content } = await render(idea);
7272
<!-- Tags -->
7373
<Tags tags={idea.data.tags} class="text-sm sm:text-lg"/>
7474

75-
<div class="h-4"></div>
76-
77-
78-
7975
<!-- Article -->
8076
<div class="flex flex-col w-full flex-1 sm:max-w-2xl sm:shadow-lg">
8177
{ Idea.isDraft(idea) && (

0 commit comments

Comments
 (0)