Skip to content

Commit

Permalink
πŸ“ Update Information
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifaldy Azka committed Sep 6, 2021
1 parent 2893165 commit 4f82d83
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Pages/Information.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<Row>
<Col>
<NavigationBar />
<hr />
<div id="details">
<h3>Details</h3>
<hr />
<h3 class="h3-title">Details</h3>
<p><strong>Japanese Name</strong> : {name.jp}</p>
<p><strong>English Name</strong> : {name.en}</p>
<p><strong>Debut Date</strong> : {firstDebut} (YouTube)</p>
Expand All @@ -21,8 +21,7 @@
<p><strong>Emoji / Oshi Mark</strong> : {oshiMark}</p>
</div>
<div id="personal">
<h3>Personal</h3>
<hr />
<h3 class="h3-title">Personal</h3>
<p><strong>Birthday</strong> : {inRealBirthdate}</p>
<p><strong>Height</strong> : {height}</p>
<p><strong>Weight</strong> : {weight} (Please don't ask a girl for their weight!)</p>
Expand All @@ -40,6 +39,9 @@
div#details, #personal {
padding-top: 2rem;
}
.h3-title {
margin-bottom: 2rem;
}
p, h1, h3 {
font-family: 'Lexend', sans-serif;
}
Expand Down

0 comments on commit 4f82d83

Please sign in to comment.