scss-library/components/01_Layouts/fan/fan.hbs
2020-08-21 17:51:22 +02:00

8 lines
249 B
Handlebars

<div class="RV-Fan__Container RV-Fan__Container--horizontal">
<div class="landscape red RV-Fan__Base"></div>
<div class="green RV-Fan__Surface">
<p>Some content here</p>
<p>More conthent over here</p>
<p>And something here</p>
</div>
</div>