mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-28 00:25:47 +01:00
Tweak styling of the ranking ready message
This commit is contained in:
parent
6b30a229bd
commit
db55f0505e
@ -38,8 +38,8 @@ watch(userReachedTriviaMilestone, (valueIsTrue) => {
|
|||||||
<section class="w-100 h-100 d-flex flex-column justify-center align-center">
|
<section class="w-100 h-100 d-flex flex-column justify-center align-center">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<template v-if="userSubmittedAllVotes">
|
<template v-if="userSubmittedAllVotes">
|
||||||
<h1 class="mb-5 text-h2">Congratulations!</h1>
|
<h1 class="mb-7 text-h2">Congratulations!</h1>
|
||||||
<p class="px-4 mb-5 text-h5 font-weight-regular">
|
<p class="px-4 mb-7 text-h5 font-weight-regular">
|
||||||
You've submitted all votes. Check out the results by clicking the
|
You've submitted all votes. Check out the results by clicking the
|
||||||
button below.
|
button below.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user