From bf3df212c44897a8e68872bb80b8b50a217bca83 Mon Sep 17 00:00:00 2001 From: bretello Date: Sat, 15 Jun 2024 12:50:35 +0200 Subject: [PATCH] css: remove unused code --- static/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/style.css b/static/style.css index 1797a31..c44ca90 100644 --- a/static/style.css +++ b/static/style.css @@ -35,17 +35,10 @@ body { @media only screen and (max-width: 801px) { /* mobile */ - .track-info-cover { - padding: 1; - margin: 1 0; - } } @media only screen (min-width: 802px) { /* desktop */ - .track-info-child { - padding: 10%; - } } #form {