diff options
| author | crupest <crupest@outlook.com> | 2023-07-07 21:05:04 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-07-07 21:05:04 +0800 | 
| commit | fcc2f9dade8de831fa5ec4121c4bf4522674b87f (patch) | |
| tree | 7c7825b3b6bf7caddd8d9c05901a72da6c5ea764 /docker/crupest-nginx/sites/www/src | |
| parent | 2a53355cac217046f6bd251be3f2b27e9c7d790d (diff) | |
| download | crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.tar.gz crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.tar.bz2 crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.zip  | |
Update www page.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src')
| -rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 16 | 
1 files changed, 9 insertions, 7 deletions
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 {  | 
