From e2e2f73fb9197ab739ce316f91c22b28393b65c3 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 7 Jul 2023 21:05:04 +0800 Subject: Update www page. --- docker/crupest-nginx/sites/www/src/style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docker/crupest-nginx/sites/www/src') diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index d105287..547322a 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -44,15 +44,17 @@ body { } #slogan { - height: 36px; - line-height: 36px; - text-align: center; + width: 100%; background-color: dodgerblue; - font-size: 1.2em; + text-align: center; + padding: 0.5em 1em; +} + +.slogan-text { + display: inline-block; + text-align: initial; color: white; - white-space: nowrap; - overflow-x: auto; - padding: 0 1em; + font-size: 1.2em; } .friend-link { -- cgit v1.2.3