center div
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user