Skip to content

Commit

Permalink
Merge pull request #35 from ashnewport/improve-ui
Browse files Browse the repository at this point in the history
Update card layout
  • Loading branch information
mergify[bot] authored Oct 1, 2019
2 parents 0e1bfab + cbdb0ac commit 595f3d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/cardEmoji.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<template>
<div class="card">
<div class="card-body text-center" data-toggle="collapse" :href="`#desc-${animeId}`" aria-expanded="false" style="font-size: 40px;">
<div class="card-body text-center h2" data-toggle="collapse" :href="`#desc-${animeId}`" aria-expanded="false">
{{animeEmoji}}
</div>
<div class="card-body text-center collapse" v-bind:id="`desc-${animeId}`" style="font-size: 20px; font-weight: bold;">
{{animeName}} ({{animeYear}})
<div class="card-body text-center collapse" v-bind:id="`desc-${animeId}`">
<div class="card-title h5">
{{animeName}} ({{animeYear}})
</div>
</div>
</div>
</template>
Expand Down

0 comments on commit 595f3d6

Please sign in to comment.