1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-07 23:18:41 +01:00
2018-01-12 18:57:50 -08:00

11 lines
159 B
HTML

<div class="free-text">
<slot></slot>
</div>
<style>
:global(.free-text) {
margin: 20px;
}
:global(.free-text p) {
margin: 20px 0;
}
</style>