Skip to content

Commit e9f3259

Browse files
committed
feat: update hero subtitle text
1 parent 78c6221 commit e9f3259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/HomeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<main>
55
<section class="hero">
66
<h1 class="hero__title">Hi, I'm Raphaël</h1>
7-
<h2 class="hero__subtitle">Je m'entraine à développer des applications web</h2>
7+
<h2 class="hero__subtitle">Je suis passionné par l'informatique et les nouvelles technologies.<br/> Je suis actuellement étudiant en cybersécurité.</h2>
88
</section>
99
<section class="competences">
1010
<h2>Mes compétences</h2>
@@ -66,7 +66,7 @@
6666
}
6767
6868
.hero__subtitle {
69-
font-size: 1.5rem;
69+
font-size: 1.4rem;
7070
text-align: center;
7171
margin: 0;
7272
font-weight: 300;

0 commit comments

Comments
 (0)