Skip to content

Commit

Permalink
fix: Business card page not styled
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkilpatrick committed Nov 24, 2023
1 parent 7121364 commit a86f153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,11 @@ import PageLayout from "../layouts/PageLayout.astro";

.main {
font-family: "Inter", sans-serif;
// min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
flex: 0;
padding: 0;
// display: flex;
// flex-direction: column;
justify-content: center;
width: 100%;
flex-grow: 1;
Expand Down
1 change: 1 addition & 0 deletions src/pages/post/2023-01-02-business-cards.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Business Cards
layout: "../../layouts/BlogLayout.astro"
preview: "How I made my AR-infused business cards"
datePublished: 2023-01-02
tags: ["ar"]
Expand Down

0 comments on commit a86f153

Please sign in to comment.