1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 22:57:36 +01:00

11 lines
159 B
HTML
Raw Normal View History

2018-01-12 18:57:50 -08:00
<div class="free-text">
<slot></slot>
</div>
<style>
:global(.free-text) {
margin: 20px;
}
:global(.free-text p) {
2018-01-14 21:41:19 -08:00
margin: 30px 0;
2018-01-12 18:57:50 -08:00
}
</style>