Skip to content

Commit

Permalink
🔥🔧 fixes outline grid position at lg (#423)
Browse files Browse the repository at this point in the history
* 🔥🔧 fixes outline grid position at `lg`

* 📗 changeset
  • Loading branch information
stevejpurves authored Jul 5, 2024
1 parent 59496cf commit 929f161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-roses-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@myst-theme/styles': patch
---

Revert recent `col-margin` change to fix [442](https://github.com/executablebooks/myst-theme/issues/422)
2 changes: 1 addition & 1 deletion styles/grid-system.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
.col-margin-right,
.col-margin {
@apply col-body xl:col-margin-right-lg;
@apply col-body lg:col-margin-right-lg;
}
.col-margin-right-inset {
@apply col-body lg:col-margin-right-inset-lg;
Expand Down

0 comments on commit 929f161

Please sign in to comment.