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

:lipstick: fix size

parent 38122f9c
No related branches found
No related tags found
No related merge requests found
<template>
<TitleComposant label="Compétences" class="q-mt-xl" />
<div class="text-h5 q-ml-xl q-pb-xl">
<div class="text-h5 q-ml-xl q-pb-xl" :class="$q.screen.lt.md ? 'text-h6' : ''">
Ce projet visé à développer les compétences et savoir-faire informatique suivante :
<div class="text-h6 q-ml-md q-mt-sm" style="font-weight: normal" v-for="skill in skills" :key="skill" >{{skill}}</div>
<div class="text-h6 q-ml-md q-mt-sm" :class="$q.screen.lt.md ? 'text-subtitle1' : ''" :style="$q.screen.lt.md ? 'font-weight: bold' : 'font-weight: normal'" v-for="skill in skills" :key="skill" >{{skill}}</div>
</div>
</template>
......
<template>
<title-composant label="liens" class="q-mt-xl" />
<div class="q-ml-xl text-h5 q-mb-xl">
<div class="q-ml-xl text-h5 q-mb-xl" :class="$q.screen.lt.md ? 'text-h6' : '' ">
<div class="text-secondary link-color" v-html="link" />
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment