From ddbdbaba8d784fdfaa5b400c9148040d9db80074 Mon Sep 17 00:00:00 2001 From: VikiMaiselman Date: Mon, 18 Dec 2023 16:52:21 +0200 Subject: [PATCH] =?UTF-8?q?small=20style=20=E2=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AboutMe/index.html | 2 +- AboutMe/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AboutMe/index.html b/AboutMe/index.html index 3e5d882..176a061 100644 --- a/AboutMe/index.html +++ b/AboutMe/index.html @@ -367,7 +367,7 @@

-
+
Contact Me
diff --git a/AboutMe/styles.css b/AboutMe/styles.css index 1793c19..a096a0f 100644 --- a/AboutMe/styles.css +++ b/AboutMe/styles.css @@ -117,3 +117,7 @@ a:hover { justify-content: center; align-items: center; } + +.contact { + height: 95vh; +}