add a lil arrow

This commit is contained in:
elise
2024-07-15 20:27:54 +02:00
parent 92dfb2afa9
commit e64fa9d1c0

View File

@ -8,13 +8,13 @@
font-family: var(--font-serif); font-family: var(--font-serif);
margin-bottom: var(--spacing-s); margin-bottom: var(--spacing-s);
position: relative; position: relative;
/*padding-left: 1.6rem; padding-right: 1.4rem;
&:before { &:after {
content: ""; content: "";
position: absolute; position: absolute;
left: 0; right: 0;
}*/ }
} }
} }