diff options
Diffstat (limited to 'docker/nginx/sites/www/src/style.css')
-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 { |