diff options
author | crupest <crupest@outlook.com> | 2022-12-01 10:46:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-01 10:46:48 +0800 |
commit | 58e10ff0d6136fff7657c80484ff18a82b39a5ae (patch) | |
tree | 52ffa8566932c4e20b4bf78ae9a75b1511704ab3 /docker/crupest-nginx/sites/www/src | |
parent | 812dd3d8d311d5f08cf7fb7fb5786e7362c3f8f3 (diff) | |
download | crupest-58e10ff0d6136fff7657c80484ff18a82b39a5ae.tar.gz crupest-58e10ff0d6136fff7657c80484ff18a82b39a5ae.tar.bz2 crupest-58e10ff0d6136fff7657c80484ff18a82b39a5ae.zip |
Add root page 163 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, 10 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 48e94db..518f44a 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -8,6 +8,16 @@ body { box-sizing: border-box; } +#music-163 { + display: block; +} + +@media (min-width: 576px) { + #music-163 { + float: right; + } +} + #main-article { padding: 0 1em; } |