pinafore/routes/_components/FreeTextLayout.html

11 lines
159 B
HTML
Raw Normal View History

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