Modified responsiveness

This commit is contained in:
Win 2025-05-16 22:06:58 +07:00
parent 2304049819
commit b2d702e39a
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ const Navbar = () => {
{links.map(({ id, text, link }) => (
<li
key={id}
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"
className="nav-links px-4 max-sm:px-2 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

@ -54,7 +54,7 @@ export default function Events() {
<div>
<h2 className="text-4xl font-bold my-2">A.I. Innovation & Engineering Summit</h2>
<p className="text-base">
Thanks to my university's curriculum being around project-based learning, I get to work on my 1st year <span className="font-bold underline decoration-2 decoration-sky-500">Undergraduate Research & Development</span> project called "Med-D" in which, I also had to present it at
Thanks to my university&apos;s curriculum being around project-based learning, I get to work on my 1st year <span className="font-bold underline decoration-2 decoration-sky-500">Undergraduate Research & Development</span> project called &quot;Med-D&quot; in which, I also had to present it at
the 2024 A.I. Innovation & Engineering Summit.
</p>
</div>
@ -85,7 +85,7 @@ export default function Events() {
<div>
<div>
<div>
<h2 className="text-4xl font-bold my-2">"A.I. Made Easy" - Dell & AMD</h2>
<h2 className="text-4xl font-bold my-2">&quot;A.I. Made Easy&quot; - Dell & AMD</h2>
<p className="text-base">
On April 25th, Me and my team had the opportunity to present our work at the <span className="font-bold underline decoration-2 decoration-sky-500">A.I. Made Easy</span> event; organized by Dell Technologies & Advaned Micro Devices (AMD) Inc.
</p>