From c865b2c3eb61faa681f63e7b3eb3b950df82f0ec Mon Sep 17 00:00:00 2001 From: liuboaibc Date: Mon, 29 Mar 2021 11:49:23 +0800 Subject: [PATCH] SEO with H tags Signed-off-by: liuboaibc --- assets/scss/doc.scss | 2 +- assets/scss/docs.scss | 2 +- layouts/partials/section.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/scss/doc.scss b/assets/scss/doc.scss index 16e1de986..dd06c3fba 100644 --- a/assets/scss/doc.scss +++ b/assets/scss/doc.scss @@ -104,7 +104,7 @@ main { & > li { width: 243px; float: left; - & > h2 { + & > p { padding-bottom: 12px; font-size: 16px; line-height: 1.5; diff --git a/assets/scss/docs.scss b/assets/scss/docs.scss index bdc884941..a1ba484bd 100644 --- a/assets/scss/docs.scss +++ b/assets/scss/docs.scss @@ -170,7 +170,7 @@ background-repeat: no-repeat; background-position: bottom; - & > h2 { + & > p { padding: 30px 40px; font-weight: 600; line-height: 1.2; diff --git a/layouts/partials/section.html b/layouts/partials/section.html index 7bb7285a4..e8a5cb865 100644 --- a/layouts/partials/section.html +++ b/layouts/partials/section.html @@ -2,10 +2,10 @@