Skip to content

Commit

Permalink
buildbot: 5/30 15:39
Browse files Browse the repository at this point in the history
  • Loading branch information
josephclaytonhansen committed May 30, 2024
1 parent 4d47d9c commit 4891657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/blog.josephhansen.dev/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const postLink = (post) => {

<template>
<Header :thisPageComponentName="'Header'" />
<div class="p-16 w-full min-h-screen text-text-1 bg-backdrop-1">
<h1 class="text-xl lg:text-5xl pt-4 pb-16">Joseph Hansen's development blog and musings</h1>
<div class="px-16 w-full min-h-screen text-text-1 bg-backdrop-1">
<h1 class="text-xl lg:text-4xl pt-5 pb-16">Joseph Hansen's development blog and musings</h1>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 lg:gap-20">
<div class="col-span-1 lg:col-span-2">
<h2 class="text-lg lg:text-3xl pb-3">Recent posts</h2>
Expand Down

0 comments on commit 4891657

Please sign in to comment.