如何更改此 jekyll 主题中的标题字体大小?
How to change the title font size in this jekyll theme?
我试图找到 "title" 部分,以便我可以更改字体大小。
我想减少一点,但我没能在 main.css 文件中找到它。也许我没有在寻找正确的文件或要更改的正确部分?
任何帮助将不胜感激。
标题本身在元素中。
它的大小是:
main.css#intro-header .page-heading h1
main.css#intro-header .page-heading h1
(当min-width: 768px
)
要快速查看,请在我们的 Chrome/Firefox 浏览器中键入 F12,然后使用 demo website for that template select 您想要查看的内容:
我试图找到 "title" 部分,以便我可以更改字体大小。 我想减少一点,但我没能在 main.css 文件中找到它。也许我没有在寻找正确的文件或要更改的正确部分? 任何帮助将不胜感激。
标题本身在元素中。
它的大小是:
main.css#intro-header .page-heading h1
main.css#intro-header .page-heading h1
(当min-width: 768px
)
要快速查看,请在我们的 Chrome/Firefox 浏览器中键入 F12,然后使用 demo website for that template select 您想要查看的内容: