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 | 91e91bc70480e3d7d29ac5f76b40a5a1f768a004 (patch) | |
tree | e4e1ecd56bdea7d315438fc5b2c7abe5df4612e9 /docker/crupest-nginx/sites/www/src | |
parent | 8b1466c5a5c027ffd51f8743c7f2b4cb0374556b (diff) | |
download | crupest-91e91bc70480e3d7d29ac5f76b40a5a1f768a004.tar.gz crupest-91e91bc70480e3d7d29ac5f76b40a5a1f768a004.tar.bz2 crupest-91e91bc70480e3d7d29ac5f76b40a5a1f768a004.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; } |