style: change font weights
All checks were successful
Deploy Blog / deploy (push) Successful in 1m41s
All checks were successful
Deploy Blog / deploy (push) Successful in 1m41s
This commit is contained in:
parent
b384f1b30a
commit
5d272f0153
3 changed files with 130 additions and 132 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue