From 5484bf72bc0b93861d14ef47363d4a387c154165 Mon Sep 17 00:00:00 2001 From: Py528 Date: Fri, 27 Jan 2023 21:46:27 +0530 Subject: [PATCH] Fixed Typo on @media query for .gpt3__blog-container_article-content --- src/components/article/article.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/article/article.css b/src/components/article/article.css index cc88af6df..8580546ed 100644 --- a/src/components/article/article.css +++ b/src/components/article/article.css @@ -55,6 +55,6 @@ @media screen and (max-width: 550px) { .gpt3__blog-container_article-content h3 { font-size: 18px; - line-height: 25p; + line-height: 25px; } } \ No newline at end of file