From f0f5c89d539581305ea7c3feacf043bcf10494ae Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 1 Sep 2021 11:51:46 +0800 Subject: [PATCH] fix home page --- assets/stylesheets/template/template.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 832df43..c2e1cb8 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -178,7 +178,7 @@ span.hover-picture:hover>img { height: auto; } .footer_area{ - span.title:before { + .footer_area td:first-child span:before { content: "/"; margin-right: 1em; }