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