diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 127a9ec..7926251 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Portfolio + Matthieu Senou Portfolio home page
@@ -35,9 +35,9 @@

I'am a Software Developer

@@ -166,7 +166,7 @@

About me

-

+

I'm always interested in hearing about new projects, so if you'd like to chat please get in touch. -

+

  • diff --git a/styles.css b/styles.css index 3321df8..30df55c 100644 --- a/styles.css +++ b/styles.css @@ -488,7 +488,7 @@ a { background-color: #fff; } -.contacts h4 { +.contacts p { font-family: 'Crete Round', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-style: normal; font-weight: 700; @@ -832,7 +832,7 @@ button:visited { flex-direction: row; } - .contacts h4 { + .contacts p { margin-right: 24px; flex: 1; text-align: start;