@myst-theme/styles 0.1.28 → 0.1.29

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.1.28 build
2
+ > @myst-theme/styles@0.1.29 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 811ms.
8
+ Done in 763ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.1.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 15da35f: Align article grids to content start (top of page) instead of stretching
8
+
3
9
  ## 0.1.28
4
10
 
5
11
  ## 0.1.27
package/grid-system.css CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  @layer base {
6
6
  .article-grid {
7
- @apply grid grid-cols-article-sm md:grid-cols-article-md lg:grid-cols-article-lg xl:grid-cols-article-xl 2xl:grid-cols-article-2xl;
7
+ @apply grid content-start grid-cols-article-sm md:grid-cols-article-md lg:grid-cols-article-lg xl:grid-cols-article-xl 2xl:grid-cols-article-2xl;
8
8
  }
9
9
  .article-grid > * {
10
10
  /* The default is spanning the body for any child component */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {