From 3dfb453924cd54de6711197050b6acd33165ac2d Mon Sep 17 00:00:00 2001 From: Artemy Date: Thu, 27 Apr 2023 18:26:34 +0300 Subject: [PATCH] fix: math and p display --- src/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index aa823ef..373d3f8 100644 --- a/src/index.css +++ b/src/index.css @@ -95,8 +95,7 @@ @apply w-96 ease-[cubic-bezier(.69,.58,.32,1.69)] hover:scale-105 rounded-2xl hover:drop-shadow-2xl transition duration-500 lg:ml-5; } - .md p, - .math-inline { + .md .math-inline { display: inline-block; } .md li p {