5 lines
No EOL
161 B
HTML
5 lines
No EOL
161 B
HTML
<div class="relative flex flex-col h-full mt-6 text-gray-700 bg-white shadow-md bg-clip-border rounded-xl ">
|
|
<div class="p-10 h-full">
|
|
{{ .Inner }}
|
|
</div>
|
|
</div> |