aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-01 10:46:22 +0800
committercrupest <crupest@outlook.com>2022-12-01 10:46:48 +0800
commitf21911cd6dcf10388591e91d1e07ce7379f0fac2 (patch)
tree52ffa8566932c4e20b4bf78ae9a75b1511704ab3 /docker/crupest-nginx/sites/www/src
parent812e88d4f4d35dd3758fe585f3c7a3e05956ba99 (diff)
downloadcrupest-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.css10
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;
}