1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf: allow no social links to be configured (#1494)

This commit is contained in:
Cotes Chung
2024-01-19 05:48:26 +08:00
committed by GitHub
parent c5d11441bc
commit 4facf5b390
2 changed files with 12 additions and 2 deletions

View File

@@ -144,6 +144,10 @@ footer {
}
}
em {
@extend %text-highlight;
}
p {
text-align: center;
margin-bottom: 0;