diff --git a/src/components/Header.astro b/src/components/Header.astro
index 703b970..ea7027c 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -103,11 +103,11 @@ import HeaderLink from './HeaderLink.astro';
@media only screen and (max-width: 500px) {
.LinkText {
- font-size: 14px;
+ font-size: 20px;
}
.divider {
- font-size: 14px;
+ font-size: 20px;
}
}
diff --git a/src/content/blog/2023-02-11-Scuffed_server.mdx b/src/content/blog/2023-02-11-Scuffed_server.mdx
index 56128b2..b9c9590 100644
--- a/src/content/blog/2023-02-11-Scuffed_server.mdx
+++ b/src/content/blog/2023-02-11-Scuffed_server.mdx
@@ -12,13 +12,9 @@ when he was a college student, so rather being dusted and forgotten like promise

this bad boy have up to 12gb RAM good processor and i only need to replace the hard drive cause i expect the drive already fried
-and repaste the machine.It's [Asus X540LJ](https://icecat.biz/p/asus/x540lj-xx044t/notebooks-x540lj-xx044t-30687259.html)
+and repaste the machine.It's [Asus X540LJ](https://icecat.biz/p/asus/x540lj-xx044t/notebooks-x540lj-xx044t-30687259.html). My plan is to use this machine to host my website and other stuff like books, media storage, ffmpeg , etcetera etcetera
-
-
-my plan is to use this machine to host my website and other stuff like books, media storage, ffmpeg , etcetera etcetera
-
-so i tried to turn it on, as expected the drive is dead, then i bought a new 320gb drive from facebook marketplace, i got it cheap 170.000 IDR, of course it's second hand but hey.Then i change the drive, surprise surprise there are 2 slots of 4gigs RAM, nice....i hope it's still working.
+so i tried to turn it on, as expected the drive is dead, then i bought a new 320gb drive from facebook marketplace, i got it cheap 170.000 IDR, of course it's second hand but hey. Then i change the drive, surprise surprise there are 2 slots of 4gigs RAM, nice....i hope it's still working.
## Setup
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
index e24443c..34e014e 100644
--- a/src/pages/blog/[...slug].astro
+++ b/src/pages/blog/[...slug].astro
@@ -41,7 +41,7 @@ const { Content } = await render(post);
}
.prose h2 {
- font-size: 2.25rem;
+ font-size: 2rem;
}
.prose p {