From 0b2d4982a62caee388006c5b817b642e44ec80d8 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 21 May 2024 09:13:26 +0900 Subject: [PATCH] fix --- layouts/partials/link.html | 6 ++++-- static/css/style.css | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/layouts/partials/link.html b/layouts/partials/link.html index 966d81bd..9a5379c3 100644 --- a/layouts/partials/link.html +++ b/layouts/partials/link.html @@ -1,6 +1,8 @@ diff --git a/static/css/style.css b/static/css/style.css index c7cddf52..0394bb21 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1336,6 +1336,10 @@ pre > code > span { word-break: break-all; } +span.icon-git { + font-size: 20px; +} + @media screen and (max-width:1000px) { html { font-size: 100%;