FIX: breaking tech list
Or rather non-breaking tech list
This commit is contained in:
parent
2d65119e7e
commit
4726749456
4 changed files with 17 additions and 19 deletions
|
@ -7,7 +7,7 @@
|
|||
<p v-for="(t, i) in skill.text" :class="[i === skill.text.length - 1 && 'bold']">{{t}}</p>
|
||||
</Card>
|
||||
</div>
|
||||
<Card title="Technologien" titleTag="h3" class="margin-top">
|
||||
<Card title="Technologien" titleTag="h3" class="margin-top tech-list">
|
||||
<p>Neben den klassischen Webentwicklungsstandards JavaScript, HTML und CSS biete ich außerdem folgende Technologien.</p>
|
||||
<ul class="gap-default margin-top-small">
|
||||
<li v-for="tech in technologies">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue