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