Globe: Modify the cut version
This commit is contained in:
@@ -55,4 +55,10 @@
|
||||
|
||||
<svelte:window on:resize={resize} />
|
||||
|
||||
{#if type === 'part'}
|
||||
<div class="globe__cut">
|
||||
<div class="globe" bind:this={scope} />
|
||||
</div>
|
||||
{:else}
|
||||
<div class="globe" bind:this={scope} />
|
||||
{/if}
|
||||
|
||||
@@ -78,9 +78,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="globe__cut">
|
||||
<InteractiveGlobe type="part" />
|
||||
</div>
|
||||
<InteractiveGlobe type="part" />
|
||||
|
||||
<Footer />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user