Fix Credits page spacing and border color + Add cropped Globe

This commit is contained in:
2021-10-08 23:32:05 +02:00
parent 4100cd3013
commit bebe0810ef
2 changed files with 24 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
// Components
import Metas from '$components/Metas.svelte'
import SiteTitle from '$components/atoms/SiteTitle.svelte'
import InteractiveGlobe from '$components/organisms/InteractiveGlobe.svelte'
export let data: any
</script>
@@ -77,8 +78,9 @@
</ul>
</div>
</div>
</section>
<InteractiveGlobe type="cropped" />
</main>