feat: add site box
also make mobile easier to see
This commit is contained in:
@@ -18,4 +18,8 @@ article {
|
||||
height: 100%;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
* {
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
</style>
|
||||
|
@@ -10,14 +10,11 @@ useTitle("Home");
|
||||
<h1>Welcome!</h1>
|
||||
<p>What are you here to see?</p>
|
||||
<div class="flex justify-around items-center w-full flex-wrap gap-y-10">
|
||||
<HomeStatBox> Latest blog post </HomeStatBox>
|
||||
<HomeStatBox>Latest story</HomeStatBox>
|
||||
<HomeStatBox>Latest commit w/details</HomeStatBox>
|
||||
<BlogStatBox />
|
||||
<StoryStatBox />
|
||||
<CommitStatBox />
|
||||
</div>
|
||||
<Services />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<About />
|
||||
</main>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user