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; }