mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Increase the font size of congratulations message
This commit is contained in:
parent
b95cc86b6a
commit
94d04c8231
@ -38,15 +38,15 @@ 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="mt-4 mb-5 text-h3">Congratulations!</h1>
|
<h1 class="mb-5 text-h2">Congratulations!</h1>
|
||||||
<p class="px-4 mb-5 text-h6 font-weight-regular">
|
<p class="px-4 mb-5 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>
|
||||||
<v-btn size="large" to="/ranking">Show ranking</v-btn>
|
<v-btn size="large" to="/ranking">Show ranking</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="userReachedTriviaMilestone && canShowFunFact">
|
<template v-else-if="userReachedTriviaMilestone && canShowFunFact">
|
||||||
<h1 class="mt-4 mb-2 text-h3">Trivia pit stop</h1>
|
<h1 class="mb-2 text-h3">Trivia pit stop</h1>
|
||||||
<div class="mt-3 mb-8 px-12">
|
<div class="mt-3 mb-8 px-12">
|
||||||
<p class="text-h6 mb-6 font-weight-regular">
|
<p class="text-h6 mb-6 font-weight-regular">
|
||||||
You're doing great! While we have a quick pit stop to keep you
|
You're doing great! While we have a quick pit stop to keep you
|
||||||
|
Loading…
Reference in New Issue
Block a user