mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Improve mobile font rendering, differentiate company name, use span instead of Link
This commit is contained in:
@@ -147,12 +147,12 @@ const Home: NextPage<HomeStaticProps> = ({ projects }: HomeStaticProps) => {
|
||||
))}
|
||||
</ul>
|
||||
</nav>
|
||||
<div className="cursor-default select-none py-10 font-hanken text-4xl font-black tracking-widest sm:text-9xl">
|
||||
<div className="cursor-default select-none py-10 font-hanken font-black tracking-widest text-8xl sm:text-9xl">
|
||||
XEVION
|
||||
</div>
|
||||
<div className="text-sm text-zinc-500 text-center">
|
||||
<div className="px-4 text-base sm:text-sm text-zinc-500 text-center">
|
||||
<Balancer>
|
||||
Building software at <Link href="">Black Pearl Technology</Link> during my undergrad. <br/>
|
||||
Building software at <span className="text-zinc-400">Black Pearl Technology</span> during my undergrad. <br/>
|
||||
Always open to new opportunities.
|
||||
</Balancer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user