diff --git a/public/assets/css/theme-bthree-dark.css b/public/assets/css/theme-bthree-dark.css index 733a6ce..73a2755 100644 --- a/public/assets/css/theme-bthree-dark.css +++ b/public/assets/css/theme-bthree-dark.css @@ -338,6 +338,15 @@ opacity: 0.7; } +.ui.cards-column { + margin: -0.875em -0.5em; + display: flex; + flex-wrap: wrap; + flex-direction: column; + justify-content: center; + align-items: center; +} + /* Users/Organizations list. */ /* Fix alignment issue since */ .ui.user.list img.avatar, diff --git a/templates/components/card_repos.tmpl b/templates/components/card_repos.tmpl index 28034bf..aa78a45 100644 --- a/templates/components/card_repos.tmpl +++ b/templates/components/card_repos.tmpl @@ -1,5 +1,5 @@ -
-
+