center p
This commit is contained in:
parent
cf73303218
commit
86a85049b3
|
|
@ -42,13 +42,10 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="voteSection">
|
<section class="voteSection">
|
||||||
@if (voteStats) {
|
@if (voteStats) {
|
||||||
<div class="full-width">
|
<p style="text-align: center">You have voted {{ voteStats.voteStats.total }} times
|
||||||
<div class="centered">
|
and {{ voteStats.voteStats.weekly }} this week. You
|
||||||
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You
|
are
|
||||||
are
|
on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!</p>
|
||||||
on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
}
|
}
|
||||||
<div class="container voteContainer">
|
<div class="container voteContainer">
|
||||||
@for (voteSite of Object.keys(voteSites); track voteSite) {
|
@for (voteSite of Object.keys(voteSites); track voteSite) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user