From 25e7c496295acc865a83d25d7eec74f678a905d8 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 1 May 2026 15:31:49 +0800 Subject: about me and gitignore update --- www/about/index.html | 30 +++++++++++------------------- www/style.css | 8 ++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) (limited to 'www') diff --git a/www/about/index.html b/www/about/index.html index 9f6e93e..7400d50 100644 --- a/www/about/index.html +++ b/www/about/index.html @@ -33,29 +33,21 @@
-
+
-
- Student -
- Creating things -
- 🇮🇩 Indonesia -
+
+

About Me

+

+ Hey there! I'm Altaf. I am a scholar studying abroad in Singapore from + Indonesia who likes to code as a hobby. +

+

+ I'm mostly a game developer and web developer, but I + also like to make other things like desktop apps, and robots.
I'm still constantly learning and trying new things! +

-
-

-

About Me

-

- Hey there! I'm Altaf. I am a scholar studying abroad in Singapore from - Indonesia who likes to code as a hobby. -

-

- I'm mostly a game developer and web developer, but I - also like to make other things like desktop apps, and robots.
I'm still constantly learning and trying new things! -

↓ psst, scroll down! ↓

diff --git a/www/style.css b/www/style.css index 55cc0b8..fefee28 100644 --- a/www/style.css +++ b/www/style.css @@ -402,6 +402,10 @@ li { flex-wrap: wrap; } +.flex-container-dynamicwrap { + flex-wrap: nowrap !important; +} + .horizontal-scroll { overflow-x: scroll; overflow-y: hidden; @@ -1003,6 +1007,10 @@ li { .div-sizing { max-width: calc(100vw - 30px); } + + .flex-container-dynamicwrap { + flex-wrap: wrap !important; + } } -- cgit v1.2.3