From 67361f0faa5fb749f742499905125103e12eb862 Mon Sep 17 00:00:00 2001 From: Alexander Burmatov Date: Mon, 27 May 2024 13:43:02 +0300 Subject: [PATCH] Correction of the site Header display --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 9123708b..8501108c 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,7 @@ .App { text-align: center; height: 100vh; + margin-top: 10vh; } .App-logo {