adjust page
This commit is contained in:
parent
ac16727f7a
commit
6433cdbd1d
@ -15,5 +15,36 @@
|
|||||||
<SidebarItem title="Sidebar Content 2">An Item 2</SidebarItem>
|
<SidebarItem title="Sidebar Content 2">An Item 2</SidebarItem>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|
||||||
Hello from {id}.
|
<div class="flex flex-col">
|
||||||
|
<img class="flex flex-grow-0" src="https://upload.wikimedia.org/wikipedia/commons/8/83/Solar_system.jpg" />
|
||||||
|
<div>
|
||||||
|
<div style="font-size: 2em; text-align: center;">COMMENTS</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
<div>BLAH BLAH BLAH</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</MainLayout>
|
</MainLayout>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
img
|
||||||
|
{
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 75vh;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user