diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-01-31 19:32:40 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-31 19:32:40 +0800 |
commit | bb96fc2efae63ca9f7c6cb6b5ed919c228250725 (patch) | |
tree | 3fd258083229d46cbf0f51a78e1066eae7424680 /docker/nginx/sites/www/src | |
parent | 822852eb9ea8c9a544029a244073bb8a2ba0b96e (diff) | |
download | crupest-bb96fc2efae63ca9f7c6cb6b5ed919c228250725.tar.gz crupest-bb96fc2efae63ca9f7c6cb6b5ed919c228250725.tar.bz2 crupest-bb96fc2efae63ca9f7c6cb6b5ed919c228250725.zip |
feat(ww): add hsz, img no track, css and img /> .
Diffstat (limited to 'docker/nginx/sites/www/src')
-rw-r--r-- | docker/nginx/sites/www/src/style.css | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/docker/nginx/sites/www/src/style.css b/docker/nginx/sites/www/src/style.css index 501c262..9daad94 100644 --- a/docker/nginx/sites/www/src/style.css +++ b/docker/nginx/sites/www/src/style.css @@ -99,19 +99,26 @@ body[data-emotion="angry"] .slogan.angry { transform: translateY(0); } -.friend-link { - display: inline-block; +#friends-container { + display: flex; + gap: 1em; +} + +.friend { + flex-grow: 0; + text-align: center; +} + +.friend a { font-family: unset; } .friend-img { - display: block; object-fit: cover; } -.friend-name { - display: block; - text-align: center; +.friend-tag { + font-size: 0.8em; } #license a { |