Skip to content

Commit

Permalink
[templates/nextjs-sxa] changed breakpoint of bootstrap grid (#1626)
Browse files Browse the repository at this point in the history
* #598669: changed breakpoint of bootstrap grid

* #598669: changed CHANGELOG
  • Loading branch information
sc-ruslanmatkovskyi authored Oct 6, 2023
1 parent 76dc8a5 commit e9a41c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Our versioning strategy is as follows:

### 🐛 Bug Fixes

* `[templates/nextjs-sxa]` Fix shown horizontal scrollbar in EE mode. ([#1625](https://github.com/Sitecore/jss/pull/1625))
* `[templates/nextjs-sxa]` Fix shown horizontal scrollbar in EE mode. ([#1625](https://github.com/Sitecore/jss/pull/1625)), ([#1626](https://github.com/Sitecore/jss/pull/1626))

## 21.4.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* breakpoints */

$break-desktop: 1100px;
$break-desktop: 1024px;
$break-mobile: 380px;
$break-mobile-horizontal: 640px;
$break-mobile-large: 992px;
Expand Down

0 comments on commit e9a41c5

Please sign in to comment.