Skip to content

Commit c1718c1

Browse files
committed
Add number
1 parent 276ca3e commit c1718c1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ <h1 id="hero-title" class="title">BIENVENUE SUR <br> MON PORTFOLIO</h1>
232232
<div class="social">
233233
<h2 class="name">Buonomo Léa</h2>
234234
<h3 class="social-title">Développeuse web</h3>
235+
<p class="name">06 66 97 82 28</p>
235236
<div class="social-icons">
236237
<a href="https://github.com/BuonomoLea" class="social-link" aria-label="GitHub de Buonomo Léa" target="_blank" rel="noopener">
237238
<i class="fa-brands fa-github fa-2xl"></i>

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,15 @@
237237
text-transform: uppercase;
238238
transform: var(--compressed);
239239
letter-spacing: -2px;
240+
color: var(--primary);
240241
}
241242
.social-title {
242243
display: flex;
243244
opacity: .9;
244245
font-size: var(--spacing-m);
245246
text-transform: uppercase;
246247
transform: var(--compressed);
248+
color: var(--primary);
247249
}
248250
.social-icons {
249251
display: flex;

0 commit comments

Comments
 (0)