fixed navbar resize + quote size

This commit is contained in:
WinsDominoes 2023-12-22 23:31:58 +07:00
parent daa874513e
commit d7c5c1eb61
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ const Navbar = () => {
{links.map(({ id, text, link }) => (
<li
key={id}
className="nav-links px-4 cursor-pointer capitalize font-medium text-lg text-gray-500 hover:scale-105 hover:text-black dark:hover:text-white duration-200 link-underline"
className="nav-links px-4 cursor-pointer capitalize font-medium text-lg max-sm:text-base text-gray-500 hover:scale-105 hover:text-black dark:hover:text-white duration-200 link-underline"
>
<Link href={link}>{text}</Link>
</li>

View File

@ -30,7 +30,7 @@ export default function Home() {
</div>
<div className='col-span-3 flex flex-col place-items-center max-sm:place-items-start'>
<code className='text-lg font-bold'>&quot;I don&apos;t want to make a PDF, I&apos;ll code one instead.&quot; - Win at 3 A.M.</code>
<code className='text-lg max-sm:text-base font-bold'>&quot;I don&apos;t want to make a PDF, I&apos;ll code one instead.&quot;</code>
</div>
<div className="col-span-3 mt-[-15px]">