fixed things
This commit is contained in:
@@ -6,7 +6,7 @@ import Link from "next/link";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="flex items-center pt-16 md:pt-32 pb-12 px-8 md:px-0">
|
||||
<main className="flex items-center pt-16 md:pt-24 pb-12 px-8 md:px-0">
|
||||
<div className="mx-auto w-[480px]">
|
||||
<header className="text-center mb-12">
|
||||
<h1 className="font-bold text-xl md:text-3xl">
|
||||
|
||||
@@ -8,7 +8,7 @@ const sosmeds = [
|
||||
name: 'x',
|
||||
url: 'https://x.com/_nomi_nonsz',
|
||||
icon: 'pajamas:twitter',
|
||||
size: 'text-3xl'
|
||||
size: 'text-[28px]'
|
||||
},
|
||||
{
|
||||
name: 'facebook',
|
||||
@@ -29,7 +29,7 @@ const sosmeds = [
|
||||
name: 'itch',
|
||||
url: 'https://nomi-nonsense.itch.io/',
|
||||
icon: 'cib:itch-io',
|
||||
size: 'text-3xl'
|
||||
size: 'text-[30px]'
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user