From 160a034801ebdb07c4f5132b57f8583aab61c551 Mon Sep 17 00:00:00 2001 From: xiaozihao <674346354@qq.com> Date: Mon, 7 Sep 2026 16:51:01 +0800 Subject: [PATCH] fix: add spacing before token allocation table --- app/docs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/docs.css b/app/docs.css index ad91014..79c55f4 100644 --- a/app/docs.css +++ b/app/docs.css @@ -1,3 +1,7 @@ +.token-allocation-table { + margin-top: 1.5rem; +} + .token-allocation-table:focus-visible { border-radius: 0.25rem; outline: 2px solid currentColor;