diff --git a/index.html b/index.html index fcc1004..34b437c 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@

ABOUT ME

-
+

Tech enthusiast

@@ -98,7 +98,7 @@

I'm a tech enthusiast with a passion for software development. I love diving into code and exploring new software, though hardware fascinates me too.

-
+

Self-Hosting stuff

@@ -124,7 +124,7 @@

One of my biggest loves is red pandas—I can’t get enough of them! I’ve been collecting red panda stickers and sharing them on the Red Panda Stickers Telegram channel. Plus, I’ve curated a collection of over 3000 red panda photos and videos.

-
+

Music

diff --git a/static/tailwind.css b/static/tailwind.css index 914647c..9934475 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -1521,6 +1521,10 @@ body { .md\:w-auto { width: auto; } + + .md\:gap-8 { + gap: 2rem; + } } @media (min-width: 1000px) {