Skip to content

Commit

Permalink
make result text slightly larger
Browse files Browse the repository at this point in the history
  • Loading branch information
alpancs committed Oct 3, 2024
1 parent e057248 commit b377c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<section v-for="result in encodeResults" class="card">
<header class="card-header is-clickable" dir="rtl" @click="clickExpand(result)">
<p class="card-header-title">
<span class="quran-text">{{ result.quran }}</span>
<span class="quran-text is-size-5">{{ result.quran }}</span>
</p>
<span class="card-header-icon">
<span class="tag is-rounded" :class="{'is-info': result.expanding}">
Expand Down

0 comments on commit b377c17

Please sign in to comment.