From 63dc4b877897686c5a603675a7d0287f24f31d0c Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 1 Sep 2021 11:43:44 +0800 Subject: [PATCH] fix --- assets/stylesheets/template/template.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index c007de5..832df43 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -178,8 +178,8 @@ span.hover-picture:hover>img { height: auto; } .footer_area{ - .fa-slash{ - transform: rotate(-90deg); + span.title:before { + content: "/"; margin-right: 1em; } } \ No newline at end of file