mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-08 16:11:56 +00:00
More customzation
This commit is contained in:
11
src/components/notion/Divider.astro
Normal file
11
src/components/notion/Divider.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
---
|
||||
|
||||
<hr class="divider" />
|
||||
|
||||
<style>
|
||||
.divider {
|
||||
margin: 1rem 0;
|
||||
background-color: #dedede;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user