Skip to content
Snippets Groups Projects
Commit 9103c2b1 authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

:lipstick: fix shadow title part

parent e8d79687
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
<template> <template>
<div class="text-h3 text-bold text-uppercase non-selectable q-mb-xl" :class="$q.screen.lt.md ? 'text-h4' : 'text-h3'"> <div class="text-h3 text-bold text-uppercase non-selectable q-mb-xl" :class="$q.screen.lt.md ? 'text-h4' : 'text-h3'">
<span class="titre">{{label}}</span> <span class="titre">{{label}}</span>
<span class="double" :style="$q.screen.lt.md ? 'font-size: 42px;' : 'font-size: 75px;'" >{{label}}</span> <span class="double" :style="$q.screen.lt.md ? 'font-size: 42px; margin-top: 10px;' : 'font-size: 75px;'" >{{label}}</span>
</div> </div>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment