From 478d0b4589fd6ed4bab11d5cfb968c47660c3d55 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 23:12:49 +0400 Subject: [PATCH] Fixed HTML validator error --- _pages/index.html | 4 ++-- _scss/_welcome.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_pages/index.html b/_pages/index.html index 90a64a9..a1292c2 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -3,7 +3,7 @@ layout: page permalink: /index.html --- -
+

Valentin Popov

Software Engineer // Mathematician

@@ -32,4 +32,4 @@ permalink: /index.html
-
\ No newline at end of file + \ No newline at end of file diff --git a/_scss/_welcome.scss b/_scss/_welcome.scss index 6499dcc..c4c83a0 100644 --- a/_scss/_welcome.scss +++ b/_scss/_welcome.scss @@ -1,4 +1,4 @@ -main { +.welcome { left: 50%; position: absolute; text-align: center;