Skip to content

Commit

Permalink
📱 Make it more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Jan 13, 2022
1 parent b42f51a commit fd6804f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</p>
{/if}
<p>
Height : {`${doki.concept_height.inches}/${doki.concept_height.cm}cm`}
Height: {`${doki.concept_height.inches}/${doki.concept_height.cm}cm`}
</p>

<p>
Appears on: {`${doki.appears.join(", ")}.`}
Appears: {`${doki.appears.join(", ")}.`}
</p>

<p>
Expand Down Expand Up @@ -87,6 +87,7 @@
.char_image {
display: inline-block;
width: 80%;
padding: 3%;
border-radius: 30px;
background-color: #e2d0e2;
Expand Down

0 comments on commit fd6804f

Please # to comment.