From 1b044fa8ce0cf43600494f843647472ba5d80705 Mon Sep 17 00:00:00 2001 From: yuri alves Date: Wed, 25 Oct 2023 14:19:02 -0300 Subject: [PATCH] :bug: bug fix css --- src/App.css | 2 +- src/style/pages/home.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index 6ead4d1c..bbf300c4 100644 --- a/src/App.css +++ b/src/App.css @@ -14,7 +14,7 @@ } .App-header { - font-family:Jost; + font-family:'Jost',sans-serif; background-color: #282c34; min-height: 100vh; display: flex; diff --git a/src/style/pages/home.css b/src/style/pages/home.css index 217c5e84..f36b9d1b 100644 --- a/src/style/pages/home.css +++ b/src/style/pages/home.css @@ -40,8 +40,6 @@ } .page-text-home{ - width: inherit; - height: inherit; width: 38vw; height: auto; display: flex;