Wrap vote statistics message in a centered <div> for improved alignment and readability.
This commit is contained in:
parent
24e28015d3
commit
7be3b6f9d3
|
|
@ -42,8 +42,11 @@
|
|||
</section>
|
||||
<section class="voteSection">
|
||||
@if (voteStats) {
|
||||
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You are
|
||||
on a {{ voteStats.voteStreak.dailyStreak }} vote streak!</p>
|
||||
<div class="center">
|
||||
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You
|
||||
are
|
||||
on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!</p>
|
||||
</div>
|
||||
}
|
||||
<div class="container voteContainer">
|
||||
@for (voteSite of Object.keys(voteSites); track voteSite) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user