Remove div elements from headings
This commit is contained in:
parent
883328e38e
commit
a6abcb76f6
2 changed files with 4 additions and 7 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
<h1 class="hero-title">
|
||||
<Transition name="fade-in-from-bottom">
|
||||
<div class="hero-title__name" v-show="isVisible">Paul Nicoué</div>
|
||||
<span class="hero-title__name" v-show="isVisible">Paul Nicoué</span>
|
||||
</Transition>
|
||||
<Transition name="expand-width">
|
||||
<div class="hero-title__separator" aria-hidden="true" v-show="isVisible"></div>
|
||||
<span class="hero-title__separator" aria-hidden="true" v-show="isVisible"></span>
|
||||
</Transition>
|
||||
<Transition name="fade-in-from-top">
|
||||
<div class="hero-title__job" v-show="isVisible">Intégrateur & développeur web</div>
|
||||
<span class="hero-title__job" v-show="isVisible">Intégrateur & développeur web</span>
|
||||
</Transition>
|
||||
</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue