We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5528dfc commit 8e7434eCopy full SHA for 8e7434e
_layouts/post.html
@@ -3,7 +3,7 @@
3
---
4
{% include navbar.html %}
5
6
-<h2 class="max-w-4xl mx-auto text-4xl text-center mb-2 mt-30 xl:mt-15">
+<h2 class="max-w-4xl mx-auto text-4xl text-center mb-2 mt-30 px-8 xl:mt-15">
7
{{ page.title }}
8
<span class="block mt-5 text-2xl">{{ page.subtitle | upcase }}</span>
9
</h2>
_sass/includes/post.scss
@@ -34,10 +34,16 @@
34
a {
35
text-decoration: underline;
36
color: #cc8f2e;
37
+ word-break: break-word;
38
}
39
40
ul {
41
list-style: disc;
42
padding-left: 1.5rem;
43
44
+
45
+ ol {
46
+ list-style: decimal;
47
+ padding-left: 1.5rem;
48
+ }
49
0 commit comments