@compiiile/compiiile 2.9.0 → 2.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,7 +71,8 @@
|
|
|
71
71
|
font-family: "DM Sans Variable", sans-serif !important;
|
|
72
72
|
|
|
73
73
|
p,
|
|
74
|
-
li
|
|
74
|
+
li,
|
|
75
|
+
*:not(.slide-number) a {
|
|
75
76
|
font-size: max(3.25vmin, 18px) !important;
|
|
76
77
|
}
|
|
77
78
|
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
font-size: 2vmin;
|
|
126
127
|
display: block;
|
|
127
128
|
max-width: 100%;
|
|
128
|
-
overflow-x:
|
|
129
|
+
overflow-x: auto;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
table tr {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compiiile/compiiile",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.2",
|
|
5
5
|
"description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
|
|
6
6
|
"author": "AlbanCrepel <alban.crepel@gmail.com>",
|
|
7
7
|
"license": "GPL-3.0-only",
|