diff --git a/assets/desktop_screenshots/2.png b/assets/desktop_screenshots/2.png index 0649841..dcad9aa 100644 Binary files a/assets/desktop_screenshots/2.png and b/assets/desktop_screenshots/2.png differ diff --git a/css/style.css b/css/style.css index 7aca493..5461639 100644 --- a/css/style.css +++ b/css/style.css @@ -94,13 +94,11 @@ input { .image-grid { display: flex; flex-wrap: wrap; - align-items: center; - justify-content: center; gap: 5px; } .image-grid>* { - max-width: 50%; + max-width: 100%; max-height: 50%; } diff --git a/js/data.js b/js/data.js index 86b0edc..cef5509 100644 --- a/js/data.js +++ b/js/data.js @@ -16,21 +16,12 @@ const MUSIC_METADATA = [ 'Metallica' ] }, - { - name: 'gothic metal', - aliases: ['gm', 'goth', 'gothic'], - artists: [ - 'Draconian', - 'Beseech', - 'To/Die/For', - 'For My Pain...', - 'Entwine' - ] - }, { name: 'depressive suicidal black metal', aliases: ['dsbm'], artists: [ + 'Totalselfhatred', + 'Lifelover', 'минута агонии', 'Decalius' ] @@ -45,22 +36,8 @@ const MUSIC_METADATA = [ 'Watain', 'Bathory', 'Carpathian Forest', - 'Darkthrone' - ] - }, - { - name: 'nu metal', - aliases: ['nm', 'nu'], - artists: [ - 'Slipknot', - 'Evanescence' - ] - }, - { - name: 'other genres', - aliases: [], - artists: [ - 'Rammstein' + 'Darkthrone', + 'Rotting Christ' ] } ] \ No newline at end of file