Files
payload/examples/draft-preview/next-app/app/_components/RichText/index.module.scss
2023-08-01 16:53:45 -04:00

10 lines
97 B
SCSS

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