From e3f717b68c49034c1d6b9f6a231d6be3bad511bd Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 29 Apr 2021 10:08:33 +0700 Subject: [PATCH 1/4] Add missing doctype --- client/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/client/index.html b/client/index.html index 40fad5e6..b7604561 100644 --- a/client/index.html +++ b/client/index.html @@ -1,3 +1,4 @@ + From d17eea64788f71960bc6c3a3a7c62d3c37f6acaf Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 29 Apr 2021 10:12:26 +0700 Subject: [PATCH 2/4] Fix logo size --- client/layouts/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/layouts/Header.tsx b/client/layouts/Header.tsx index 98c10f91..a04b2ef0 100644 --- a/client/layouts/Header.tsx +++ b/client/layouts/Header.tsx @@ -30,7 +30,7 @@ const Header: React.FC<{}> = () => {
- + CSS Layout Patterns {totalStars}★ From 4bd30f80226b2b6d7dcd2c6164cf19c6c6bc9c5c Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 29 Apr 2021 10:15:45 +0700 Subject: [PATCH 3/4] Add text for footer link --- client/layouts/Footer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/layouts/Footer.tsx b/client/layouts/Footer.tsx index 768833ef..9f63df11 100644 --- a/client/layouts/Footer.tsx +++ b/client/layouts/Footer.tsx @@ -18,11 +18,13 @@ const Footer: React.FC<{}> = () => {
+ Follow @nghuuphuoc on Twitter + Follow @phuoc-ng on GitHub From b88767ca1bacfa6d0bc9dbeb1a267c6d0d7885b3 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 29 Apr 2021 10:18:32 +0700 Subject: [PATCH 4/4] 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 cfb23b6a..81681702 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 b1286612..d8a5bec5 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