Skip to content

Commit

Permalink
Fix incorrect comparison operator in GuidanceBlock CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmacknz committed Nov 18, 2024
1 parent ed15ce0 commit 00716e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-nails-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

Fix for mistake made in last point release (Internal refactor from Sass to CSS for GuidanceBlock)
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
align-items: center;
}

@media (width >= 767px) {
@media (width <= 767px) {
min-width: unset;
}
}
Expand Down

0 comments on commit 00716e2

Please sign in to comment.