WL-10 Create Grid component + populate with real data #comment test comment

This commit is contained in:
2020-10-26 18:04:10 +01:00
parent c55f59c388
commit 425ab7a639
7 changed files with 94 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
<template>
<div
class="h-screen bg-gradient-to-r from-blue-300 to-blue-700 flex items-center"
>
<div>
<Hero />
<Grid />
</div>
</template>
@@ -10,4 +9,8 @@
export default {};
</script>
<style></style>
<style>
html {
scroll-behavior: smooth;
}
</style>