diff options
author | crupest <crupest@outlook.com> | 2023-07-08 13:38:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-08 13:38:10 +0800 |
commit | 6370d8d0c4d29a53b591609f41baec27dda14d9b (patch) | |
tree | e4e1ecd56bdea7d315438fc5b2c7abe5df4612e9 /docker/crupest-nginx/sites/www/src | |
parent | 0cf16a0d64076679d1ae7fbad2bbb2443a321ab2 (diff) | |
download | crupest-6370d8d0c4d29a53b591609f41baec27dda14d9b.tar.gz crupest-6370d8d0c4d29a53b591609f41baec27dda14d9b.tar.bz2 crupest-6370d8d0c4d29a53b591609f41baec27dda14d9b.zip |
Update www page.
Remove netease music!
Diffstat (limited to 'docker/crupest-nginx/sites/www/src')
-rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 590416f..6ef26d3 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -8,16 +8,6 @@ body { box-sizing: border-box; } -#music-163 { - display: block; -} - -@media (min-width: 576px) { - #music-163 { - float: right; - } -} - #main-article { padding: 0 1em; } |