簡體   English   中英

如何更改 header 字體大小並刪除 Jekyll minima 主題中的頁腳?

[英]How to change the header font size and remove the footer in Jekyll minima theme?

我想使用 Jekyll 的 minima 主題,但想:

  1. 增加 header 的大小(它將占據屏幕更大的部分)。 我還想刪除將 header 與 rest 分開的線。

  2. 刪除頁腳

我怎樣才能做到這一點?

使用具有以下內容的文件assets/main.scss

---
---

@import "{{ site.theme }}";
.site-title {font-size: 50px;}
.site-header {border: none;}
.site-footer {display: none;}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM