From bb96fc2efae63ca9f7c6cb6b5ed919c228250725 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 31 Jan 2025 19:32:40 +0800 Subject: feat(ww): add hsz, img no track, css and img /> . --- docker/nginx/sites/www/src/style.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'docker/nginx/sites/www/src') 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 { -- cgit v1.2.3