From 6bc29afcfd70f3aa1765402a771dd514ab2348d1 Mon Sep 17 00:00:00 2001 From: Toomore Chiang Date: Sun, 28 Jul 2024 13:09:00 +0800 Subject: [PATCH] Try to using 1rem for float padding Signed-off-by: Toomore Chiang --- docs_dev/docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_dev/docs/stylesheets/extra.css b/docs_dev/docs/stylesheets/extra.css index 98cfad1..c8ff7a9 100644 --- a/docs_dev/docs/stylesheets/extra.css +++ b/docs_dev/docs/stylesheets/extra.css @@ -1,5 +1,5 @@ html.js-focus-visible.js body header.md-header.md-header--shadow nav.md-header__inner.md-grid { - padding: 0 .5rem; + padding: 0 1rem; } .center-table { text-align: center;