Skip to content

Commit

Permalink
πŸ“ Update Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifaldy Azka committed Sep 6, 2021
1 parent 4f82d83 commit e18d597
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Pages/Overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
const likeThings3 = likeThings[2];
</script>

<h1 class="title text-center">Overview</h1>
<h1 class="text-center">Overview</h1>
<Container>
<Row>
<hr />
<Col>
<NavigationBar />
<div class="intro">
<h2>ζΉŠγ‚γγ‚ | Minato Aqua</h2>
<h2 class="h2-title">ζΉŠγ‚γγ‚ | Minato Aqua</h2>
<hr>
<p>"A-quality day to one and all! I'm Minato Aqua!"</p>
<p>A marine maid-styled virtual maid. She is trying her very best, yet is still sometimes awkward and clumsy.</p>
Expand All @@ -39,6 +39,9 @@
h1, h2 {
font-family: 'Lexend', sans-serif;
}
.h2-title {
margin-bottom: 2rem;
}
p {
font-family: 'Lexend', sans-serif;
}
Expand Down

1 comment on commit e18d597

@vercel
Copy link

@vercel vercel bot commented on e18d597 Sep 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.