center div
This commit is contained in:
parent
7be3b6f9d3
commit
d075464ded
|
|
@ -42,7 +42,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="voteSection">
|
<section class="voteSection">
|
||||||
@if (voteStats) {
|
@if (voteStats) {
|
||||||
<div class="center">
|
<div class="centered">
|
||||||
<p>You have voted {{ voteStats.voteStats.total }} times 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>
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,11 @@ time, mark, audio, video {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.centered {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* flex end */
|
/* flex end */
|
||||||
|
|
||||||
/* main css */
|
/* main css */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user