From e6a6941cbeb944fb6ae13ce04d923f294670c515 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:32:29 +0700 Subject: [PATCH] Industrial society and its future --- docs/.vitepress/theme/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 002592f..3876a90 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -140,7 +140,21 @@ --docsearch-primary-color: var(--vp-c-brand-1) !important; } +.badge-holder p { + display: flex; + flex-wrap: wrap; +} + +.badge-holder p { + margin: 0; +} + +.badge-holder a { + height: 27px; +} + .badge-holder img { - margin: 3px; display: inline-block; + height: 21px; + margin: 3px; } \ No newline at end of file