This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new c76070ea278 Fix h3 too large in community documents (#18448)
c76070ea278 is described below
commit c76070ea2787134181f2a1ab3711e24fc3e942a4
Author: 吴伟杰 <[email protected]>
AuthorDate: Mon Jun 20 16:04:38 2022 +0800
Fix h3 too large in community documents (#18448)
---
docs/community/static/css/theme-white.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/community/static/css/theme-white.css
b/docs/community/static/css/theme-white.css
index 5ddbdc2616b..90ca1af4297 100644
--- a/docs/community/static/css/theme-white.css
+++ b/docs/community/static/css/theme-white.css
@@ -319,6 +319,11 @@ h2:first-of-type{
margin-top:0;
}
+h3{
+ text-align: left;
+ font-size: 1.2rem;
+}
+
table{
table-layout: fixed;
}