From b88767ca1bacfa6d0bc9dbeb1a267c6d0d7885b3 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 29 Apr 2021 10:18:32 +0700 Subject: [PATCH] Fix logo size --- client/index.css | 4 ---- client/pages/HomePage.tsx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/client/index.css b/client/index.css index cfb23b6..8168170 100644 --- a/client/index.css +++ b/client/index.css @@ -71,10 +71,6 @@ a { display: flex; justify-content: center; } -.hero__logo img { - object-fit: cover; - width: 16rem; -} .hero__heading { color: var(--color-gray-9); font-size: 2rem; diff --git a/client/pages/HomePage.tsx b/client/pages/HomePage.tsx index b128661..d8a5bec 100644 --- a/client/pages/HomePage.tsx +++ b/client/pages/HomePage.tsx @@ -42,7 +42,7 @@ const HomePage = () => {
-
CSS Layout
+
CSS Layout

CSS Layout

Popular Layouts & patterns made with CSS