@myst-theme/styles 0.2.8 → 0.2.9

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.
@@ -1,8 +1,8 @@
1
1
 
2
- > @myst-theme/styles@0.2.8 build
2
+ > @myst-theme/styles@0.2.9 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
 
6
6
  Rebuilding...
7
7
 
8
- Done in 792ms.
8
+ Done in 890ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 58ef28ff: Update spacing for footer and sub-article grids
8
+
3
9
  ## 0.2.8
4
10
 
5
11
  ## 0.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
package/typography.css CHANGED
@@ -13,10 +13,12 @@
13
13
  @apply p-1 sm:p-2 align-top;
14
14
  }
15
15
  .prose table p,
16
- .prose table li,
17
- .prose figure table {
16
+ .prose table li {
18
17
  @apply mt-0 mb-0;
19
18
  }
19
+ .prose figure table {
20
+ @apply mt-5 mb-0;
21
+ }
20
22
  .prose table ul > li,
21
23
  .prose table ol > li {
22
24
  @apply pl-0;