We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f17d1 commit c59f25fCopy full SHA for c59f25f
2 files changed
pages/_layouts/blog/post.liquid
@@ -32,6 +32,14 @@ tags: post
32
| Vincent V
33
</title>
34
</head>
35
+ <style>
36
+ .katex-display {
37
+ display: flex;
38
+ flex-direction: row;
39
+ align-items: center;
40
+ justify-content: center;
41
+ }
42
+ </style>
43
<body class="bg-zinc-900 font-sans text-white">
44
<main class="mx-auto my-4 mb-10 max-w-4xl px-10">
45
{% include "blog/nav.liquid" %}
0 commit comments