deprived-main-website/src/routes/zhen/notes/physics/sharedComps/A4.svelte
2025-02-13 11:56:05 +01:00

9 lines
No EOL
320 B
Svelte

<div style="width: 210mm; height: 297mm;" class="bg-white overflow-y-auto overflow-x-hidden">
<div class="flex flex-col h-full">
<div {...$$restProps}>
<slot></slot>
</div>
<div class="border-b-2 mt-auto mb-0 border-dashed border-slate-600 hide-on-print"></div>
</div>
</div>