This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ee42e29eb5c increase docs font sizes
     new a76cfb1ee51 Merge pull request #68 from Paul-TT/paul-tt-website-new
ee42e29eb5c is described below

commit ee42e29eb5c153a79c75786145e3445f6e9b0e42
Author: Paul Thomas Au <[email protected]>
AuthorDate: Fri May 6 09:00:56 2022 -0700

    increase docs font sizes
---
 site2/website-next/src/css/custom.css | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/site2/website-next/src/css/custom.css 
b/site2/website-next/src/css/custom.css
index 4b193799118..06feb70309e 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -288,44 +288,44 @@ div[class^="searchBox_"]  {
 
 .docs-doc-page h1,
 .docs-doc-page .markdown h1:first-child {
-  font-size: 24px;
+  font-size: 28px;
   margin-bottom: 20px;
 }
 
 .docs-doc-page h2 {
-  font-size: 20px;
+  font-size: 24px;
   margin-top: 0px;
   margin-bottom: 15px;
 }
 
 .docs-doc-page h3 {
-  font-size: 16px;
+  font-size: 20px;
 }
 
 .docs-doc-page h4 {
-  font-size: 14px;
+  font-size: 18px;
 }
 
 .docs-doc-page p {
-  font-size: 12px;
+  font-size: 16px;
   line-height: 1.3em;
 }
 
 .docs-doc-page li p {
-  font-size: 12px;
+  font-size: 16px;
   line-height: 1.5em;
   margin-top: 0px;
   margin-bottom: 10px;
 }
 
 .docs-doc-page .markdown li {
-  font-size: 14px;
+  font-size: 16px;
 }
 
 .docs-doc-page code {
   font-size: 14px;
 }
-.docs-doc-page p code {font-size: 12px;}
+.docs-doc-page p code {font-size: 16px;}
 .markdown table td {
   font-size: 14px;
 }

Reply via email to