From a7148ee00a81feecc320819d132b43ed797e9be2 Mon Sep 17 00:00:00 2001 From: Zhu Liang Date: Sun, 19 Dec 2021 14:47:30 +0800 Subject: [PATCH] remove text-indent for headings in mobile --- _sass/jekyll-theme-architect.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_sass/jekyll-theme-architect.scss b/_sass/jekyll-theme-architect.scss index 756d1177..0c9a7a92 100644 --- a/_sass/jekyll-theme-architect.scss +++ b/_sass/jekyll-theme-architect.scss @@ -446,6 +446,14 @@ footer a:hover { margin-left: 0; content: none; } + #main-content h1, + #main-content h2, + #main-content h3, + #main-content h4, + #main-content h5, + #main-content h6 { + text-indent: 0; + } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */