pinafore/routes/_components/FreeTextLayout.html

11 lines
159 B
HTML
Raw Normal View History

2018-01-13 02:57:50 +00:00
<div class="free-text">
<slot></slot>
</div>
<style>
:global(.free-text) {
margin: 20px;
}
:global(.free-text p) {
2018-01-15 05:41:19 +00:00
margin: 30px 0;
2018-01-13 02:57:50 +00:00
}
</style>