Files
payload/examples/nested-docs/next-app/app/_components/RichText/index.module.scss
2023-12-11 17:40:10 -05:00

10 lines
97 B
SCSS

.richText {
:first-child {
margin-top: 0;
}
a {
text-decoration: underline;
}
}