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 | f21911cd6dcf10388591e91d1e07ce7379f0fac2 (patch) | |
tree | 52ffa8566932c4e20b4bf78ae9a75b1511704ab3 /docker/crupest-nginx/sites/www/src | |
parent | 812e88d4f4d35dd3758fe585f3c7a3e05956ba99 (diff) | |
download | crupest-f21911cd6dcf10388591e91d1e07ce7379f0fac2.tar.gz crupest-f21911cd6dcf10388591e91d1e07ce7379f0fac2.tar.bz2 crupest-f21911cd6dcf10388591e91d1e07ce7379f0fac2.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; } |