this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use dvh

+2 -2
+1 -1
src/app/page.tsx
··· 8 8 9 9 export default function Home() { 10 10 return ( 11 - <div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20"> 11 + <div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-dvh p-8 pb-20 gap-16 sm:p-20"> 12 12 <main className="flex flex-col gap-8 row-start-2 items-center sm:items-start w-full max-w-[400px]"> 13 13 <div> 14 14 <span className="font-bold text-xs">a webbed site</span>
+1 -1
src/app/post/[rkey]/page.tsx
··· 55 55 const entry = post.data.value as ComWhtwndBlogEntry.Record; 56 56 57 57 return ( 58 - <div className="grid grid-rows-[20px_1fr_20px] justify-items-center min-h-screen py-8 px-4 xs:px-8 pb-20 gap-16 sm:p-20"> 58 + <div className="grid grid-rows-[20px_1fr_20px] justify-items-center min-h-dvh py-8 px-4 xs:px-8 pb-20 gap-16 sm:p-20"> 59 59 <main className="flex flex-col gap-8 row-start-2 items-center sm:items-start w-full max-w-[600px] overflow-hidden"> 60 60 <article className="w-full"> 61 61 <div className="space-y-4 w-full pb-2">