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

:lipstick: fix line-height

parent 90324feb
No related branches found
No related tags found
No related merge requests found
Pipeline #59425 passed
......@@ -7,7 +7,7 @@
'col-3': !$q.screen.lt.md
}" unelevated rounded>
<img style="max-width: 100%; border-radius: 20px;border: 3px solid #FFFFFF" :style="isActive === comptence.name && 'border-color: #eeea14 !important;'" :src="'/clement.franckelemon.etu/portfolio-2025/spa/'+comptence.src">
<span class="q-ma-xs text-h6 text-bold sub-title" :style="$q.screen.lt.md && 'font-size: 15px;'" >{{comptence.name}}</span>
<span class="q-ma-xs text-h6 text-bold sub-title" style="line-height: 1rem" :style="$q.screen.lt.md && 'font-size: 15px;'" >{{comptence.name}}</span>
<q-popup-proxy v-close-popup @hide="isActive === comptence.name ? isActive = '' : '' " :offset="[10, 10]">
<div class="q-ma-sm text-secondary text-bold">
<q-icon name="info" size="md" class="q-mr-xs" />
......
......@@ -8,7 +8,7 @@
<div class="col-6 column items-center text-h2 text-bold text-secondary" :class="$q.screen.lt.md ? 'text-h4' : 'text-h2' ">
<span class="arial text-uppercase">{{first}}</span>
<span class="arial text-uppercase" >{{ second }}</span>
<span class="text-dark text-h6 text-center" >{{accent}}</span>
<span class="text-dark text-h6 text-center" style="line-height: 1.5rem" >{{accent}}</span>
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment