fix: math and p display

This commit is contained in:
Artemy 2023-04-27 18:26:34 +03:00
parent cf5151de7e
commit 3dfb453924

View file

@ -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; @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, .md .math-inline {
.math-inline {
display: inline-block; display: inline-block;
} }
.md li p { .md li p {