mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-06 04:53:56 +03:00
fix: math and p display
This commit is contained in:
parent
cf5151de7e
commit
3dfb453924
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue