style: change font weights
All checks were successful
Deploy Blog / deploy (push) Successful in 1m41s

This commit is contained in:
Thomas Bishop 2025-10-21 18:28:47 +01:00
parent b384f1b30a
commit 5d272f0153
3 changed files with 130 additions and 132 deletions

View file

@ -95,7 +95,7 @@ const Header = () => {
//className="border md:border-none rounded-none z-500" //className="border md:border-none rounded-none z-500"
> >
<Link to="/"> <Link to="/">
<span className="text-xl tracking-normal font-bold"> <span className="text-xl tracking-normal font-semibold">
Systems Obscure Systems Obscure
</span> </span>
</Link> </Link>

View file

@ -5,7 +5,7 @@ const AboutPage = () => {
return ( return (
<MainTemplate> <MainTemplate>
<div className="mb-5 "> <div className="mb-5 ">
<h2 className="scroll-m-20 text-3xl font-semibold lg:text-3xl pb-3"> <h2 className="scroll-m-20 text-3xl font-bold lg:text-3xl pb-3">
About About
</h2> </h2>
</div> </div>

View file

@ -17,9 +17,7 @@ const BlogTemplate = () => {
) : ( ) : (
<> <>
<div className="mb-5"> <div className="mb-5">
<h2 className="text-3xl font-semibold lg:text-3xl"> <h2 className="text-3xl font-bold lg:text-3xl">{post?.title}</h2>
{post?.title}
</h2>
</div> </div>
<div className="flex md:flex-row md:justify-between flex-col mb-8"> <div className="flex md:flex-row md:justify-between flex-col mb-8">
<span className="text-muted-foreground"> <span className="text-muted-foreground">