css: remove unused code

This commit is contained in:
bretello 2024-06-15 12:50:35 +02:00
parent c162897c41
commit bf3df212c4
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -35,17 +35,10 @@ body {
@media only screen and (max-width: 801px) { @media only screen and (max-width: 801px) {
/* mobile */ /* mobile */
.track-info-cover {
padding: 1;
margin: 1 0;
}
} }
@media only screen (min-width: 802px) { @media only screen (min-width: 802px) {
/* desktop */ /* desktop */
.track-info-child {
padding: 10%;
}
} }
#form { #form {