aboutsummaryrefslogtreecommitdiff
path: root/assets/sass
diff options
context:
space:
mode:
authorpanda-z <panda.hust@gmail.com>2020-09-11 00:02:51 +0800
committerGitHub <noreply@github.com>2020-09-11 00:02:51 +0800
commit4ad955c204ed26cf16c82fbad63dbb335550daf0 (patch)
treead1dae282c5e81c0b8743341c30d13457b43af2a /assets/sass
parent439557fce42371dc297ce08e979367737b888749 (diff)
fix(layouts): add missing space for minify (#250)
* fix(layouts): add missing space for minify * chore(*): update resources file
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/_partial/_footer/_copyright.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/sass/_partial/_footer/_copyright.scss b/assets/sass/_partial/_footer/_copyright.scss
index 7d33fe3..4e63063 100644
--- a/assets/sass/_partial/_footer/_copyright.scss
+++ b/assets/sass/_partial/_footer/_copyright.scss
@@ -18,6 +18,7 @@
.heart {
font-size: 14px;
+ margin: 4px;
}
}
-} \ No newline at end of file
+}