diff --git a/frontend/src/app/pages/vote/vote.component.html b/frontend/src/app/pages/vote/vote.component.html index ab5a004..1249062 100644 --- a/frontend/src/app/pages/vote/vote.component.html +++ b/frontend/src/app/pages/vote/vote.component.html @@ -42,7 +42,7 @@
@if (voteStats) { -
+

You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You are on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!

diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index b742acd..019917a 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -155,6 +155,11 @@ time, mark, audio, video { justify-content: center; } +.centered { + margin-left: auto; + margin-right: auto; +} + /* flex end */ /* main css */