mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
feat: remove strange dash in footer
This commit is contained in:
10
assets/css/style.scss
Normal file
10
assets/css/style.scss
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
@import '{{ site.theme }}';
|
||||||
|
|
||||||
|
/* append your custom style below */
|
||||||
|
|
||||||
|
footer p:last-child::before {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user