Tweak styling of the ranking ready message

This commit is contained in:
Maciej Pędzich 2023-06-29 20:11:40 +02:00
parent 6b30a229bd
commit db55f0505e

View File

@ -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>