From bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 21:42:11 +0300 Subject: responsiveness --- music.html | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'music.html') diff --git a/music.html b/music.html index 962e01a..c01caf3 100644 --- a/music.html +++ b/music.html @@ -19,15 +19,50 @@ box-shadow: 0 0 20px 25px rgba(0,0,0,0.8); border-radius: 10px; } + + @media (max-width: 900px) { + .intro { + display: flex; + justify-content: center; + gap: 50px; + flex-wrap: wrap; + margin-bottom: 20px; + } + + .intro img { + width: 40%; + } + + #introp { + width: 100% !important; + } + + .sticky { + position: relative; + z-index: 1; + } + + .links { + position: relative; + } + } .intro { - display: flex; + display: inline-flex; justify-content: center; gap: 50px; flex-wrap: wrap; margin-bottom: 20px; } + .intro img { + height: 40%; + } + + #introp { + width: 40%; + } + .container { display: flex; flex-wrap: wrap; @@ -117,10 +152,9 @@
Support -
-
+

Music

I have been composing music since 2018, making shitty beats in LMMS and composing theme songs on piano, @@ -346,5 +380,7 @@

+ + -- cgit v1.3