Skip to content

Commit

Permalink
fix style isha time
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaghz committed Nov 29, 2022
1 parent 44391fc commit 27cf4ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/renderer/components/Partials/PrayerTimes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="clearfix"></div>
<div class="d-flex mb-3">
<i class="fa fa-angle-left ml-1"></i>
<span class="small ml-1"><b>نیمه شب شرعی :</b></span>
<span class="small ml-1 isha"><b>نیمه شب شرعی :</b></span>
<span class="small">{{ prayer_time.isha }}</span>
</div>
</div>
Expand Down Expand Up @@ -189,5 +189,7 @@ export default {
</script>

<style scoped>
.isha {
font-size: 12px;
}
</style>

0 comments on commit 27cf4ed

Please sign in to comment.