From 65434f10a9e9c6e37f25e2d83191725b17326fb8 Mon Sep 17 00:00:00 2001 From: qhri Date: Tue, 26 Aug 2025 18:45:31 -0400 Subject: [PATCH] split paragraph into individual paragraphs, put the table inside a div and added overflow-x: auto, added gloom division by idkhow to the table --- src/css.css | 4 ++ src/music/index.html | 126 +++++++++++++++++++++---------------------- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/src/css.css b/src/css.css index 88550d7..2a38da2 100644 --- a/src/css.css +++ b/src/css.css @@ -143,6 +143,10 @@ table { margin-bottom: 1em; } +.table_wrapper { + overflow-x: auto; +} + td, th { border: 2px solid var(--header-border-color); padding: 6px; diff --git a/src/music/index.html b/src/music/index.html index c2ac33c..ee85d6e 100644 --- a/src/music/index.html +++ b/src/music/index.html @@ -11,19 +11,12 @@

music i like

-

- i'm especially a fan of extreme metal with classical/symphonic influences
-
- exmortus is my favorite metal band of all time ever. i love all their albums (except beyond the fall of time, it sucks. like i see the vision but it was not executed well). probably their best overall album is the sound of steel
-
- gloire eternelle by first fragment is literally the most beautiful metal album i have ever heard. literally go listen to it right now. stop reading this and go listen to it. right at this very moment
-
- also dehumanaut is pretty good and their guitarist/bassist is trans so like. shoutout
-
- the band that got me into alt/indie stuff has since been exposed for some very bad stuff, so i wont be talking about them here
-
- i like stuff from good kid, phoneboy, idkhow, the happy fits, and a bunch of other artists that i only know like one song from. also ive been getting into billie eilish lately
-

+

i'm especially a fan of extreme metal with classical/symphonic influences

+

exmortus is my favorite metal band of all time ever. i love all their albums (except beyond the fall of time, it sucks. like i see the vision but it was not executed well). probably their best overall album is the sound of steel

+

gloire eternelle by first fragment is literally the most beautiful metal album i have ever heard. literally go listen to it right now. stop reading this and go listen to it. right at this very moment

+

also dehumanaut is pretty good and their guitarist/bassist is trans so like. shoutout

+

the band that got me into alt/indie stuff has since been exposed for some very bad stuff, so i wont be talking about them here

+

i like stuff from good kid, phoneboy, idkhow, the happy fits, and a bunch of other artists that i only know like one song from. also ive been getting into billie eilish lately

playlist (max one track per release)

\ No newline at end of file