Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Nov 4, 2023
1 parent bba0f56 commit 3d445b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and lead designer positions at
<article>
Need some design work, strategy or management help?
</br>
Find me by <a href="mailto:sylvain.maretto@gmail.com">email me</a>, or <a href="https://linkedin.com/in/sylvain-maretto">linkedin</a>.
Find me by <a href="mailto:sylvain.maretto@gmail.com">email</a>, or <a href="https://linkedin.com/in/sylvain-maretto">linkedin</a>.
</article>
</footer>
</body>
Expand All @@ -62,5 +62,9 @@ and lead designer positions at
a {
text-decoration: none;
color: var(--color-text);
font-style: italic;
}
a:hover {
text-decoration: underline;
}
</style>

0 comments on commit 3d445b1

Please sign in to comment.