diff options
Diffstat (limited to 'music.html')
| -rw-r--r-- | music.html | 24 |
1 files changed, 14 insertions, 10 deletions
@@ -39,16 +39,20 @@ .sticky { position: relative !important; + width: 50% !important; + margin-left: auto; + margin-right: auto; + display: block; } .links { - width: 100% !important; + width: 100% !important; } - .links a { - font-size: 1.2em !important; - margin: 0 !important; - } + .links a { + font-size: 1.2em !important; + margin: 0 !important; + } } .intro { @@ -105,10 +109,10 @@ .links { position: relative; - display: flex; - justify-content: space-evenly; - width: 50%; - margin: auto; + display: flex; + justify-content: space-evenly; + width: 50%; + margin: auto; } .links a { @@ -214,7 +218,7 @@ <div class="ost ambient"> <h2>Moloch OST outtakes - 2024</h2> <p>(Some) music I made for Moloch that ended up being too fast and crowded. Whether or not I include them in the Bandcamp release depends on whether or not I can recover the tracks (Element, my VST3 host, got messed up in projects after I reinstalled my OS). For now, they'll be bonuses on my website (here!).</p> - <h2>Cave</h2> (new version of blue crystal cave) + <h2>Cave (new version of blue crystal cave)</h2> <audio loading="lazy" controls="true"> <source src="music/cave new.mp3"> </audio> |
