From 28b24f213334c94cf88c05cc188717728e306ea8 Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 5 Feb 2023 20:54:11 +0100 Subject: [PATCH] fixed interface --- www/css/main.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/www/css/main.css b/www/css/main.css index ec0967e..308c4c4 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -76,16 +76,20 @@ body{ flex-direction: row; } .team-item { + padding: 15px; display: flex; flex-direction: column; align-items: center; - width: 200px; - height: 200px; + height: 100%; margin: 10px; background-color: #ccc; - border-radius: 5px; + border-radius: 15px; overflow: hidden; } + +.team-item .team-name { + margin-bottom: 3px; +} /* .team-item { display: block; @@ -104,6 +108,7 @@ body{ } .team-item img { + border-radius: 15px; width: 100%; height: auto; max-width: 150px;