@compiiile/compiiile 2.9.0 → 2.9.1

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.
@@ -207,7 +207,7 @@
207
207
  margin-bottom: 20px;
208
208
  display: block;
209
209
  max-width: 100%;
210
- overflow-x: scroll;
210
+ overflow-x: auto;
211
211
  }
212
212
 
213
213
  table tr {
@@ -71,7 +71,8 @@
71
71
  font-family: "DM Sans Variable", sans-serif !important;
72
72
 
73
73
  p,
74
- li {
74
+ li,
75
+ 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: scroll;
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.0",
4
+ "version": "2.9.1",
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",