From 258bf92f287f7d48f2cf9639abffe9baa11e9831 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Oct 2022 21:52:32 +0200 Subject: [PATCH] update board --- theme.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 47f215b..5c3f061 100644 --- a/theme.css +++ b/theme.css @@ -7,9 +7,21 @@ */ #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image { - background: none; + background: none; } #profile-avatar img, .user.profile > .ui > .ui > .ui > .ui.card > .image img { - border-radius: 100% 100% 100% 0; + border-radius: 100% 100% 100% 0; +} + +.board { + flex-wrap: wrap; +} + +.board-column:first-child { + margin-left: 0; +} + +.board-column { + margin-bottom: .5rem; }