Change some layout on Location choose
This commit is contained in:
@@ -8,9 +8,26 @@
|
|||||||
<title>Houses Of - Beautiful houses of planet Earth</title>
|
<title>Houses Of - Beautiful houses of planet Earth</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
|
<section class="hero is-medium is-danger has-text-centered" in:fade out:slide>
|
||||||
|
<div class="hero-body">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="title">Houses Of The World</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<div class="container" in:fade out:slide>
|
<div class="container" in:fade out:slide>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<h3 class="title is-3">Locations</h3>
|
<h2 class="title is-4">Choose on globe</h2>
|
||||||
|
<div class="content">
|
||||||
|
<p>{$site.explore_globe}</p>
|
||||||
|
<p>[globe]</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 class="title is-4">Choose from list</h2>
|
||||||
|
<div class="content">
|
||||||
|
<p>{$site.explore_list}</p>
|
||||||
|
</div>
|
||||||
<Locations />
|
<Locations />
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user