mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: <hr> left alignment offset
This commit is contained in:
parent
937145f364
commit
5eeb0f11c0
1 changed files with 3 additions and 3 deletions
|
@ -246,11 +246,11 @@ html.dark .heti :where(u) {
|
||||||
|
|
||||||
/* Horizontal Rules */
|
/* Horizontal Rules */
|
||||||
.heti :where(hr) {
|
.heti :where(hr) {
|
||||||
--at-apply: 'mb-8 mt-12 h-auto border-none text-center c-secondary/25 lg:(mb-10 mt-14)';
|
--at-apply: 'mb-8 mt-12 h-auto border-none text-center lg:(mb-10 mt-14)';
|
||||||
}
|
}
|
||||||
.heti :where(hr)::before {
|
.heti :where(hr)::before {
|
||||||
content: "***";
|
content: "* * *";
|
||||||
--at-apply: 'text-6 tracking-0.8em font-serif';
|
--at-apply: 'whitespace-pre text-6 c-secondary/25 font-serif';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bold */
|
/* Bold */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue