Skip to content

Commit

Permalink
Merge pull request #73 from axel-springer-kugawana/fix/Fix_css_issue_…
Browse files Browse the repository at this point in the history
…from_previous_version

Fix css issue from previous version
  • Loading branch information
aviv-sergiuvulc authored Apr 22, 2024
2 parents 598b12e + f567ad4 commit b31ca95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.3 - 2024-04-17

### Fixed

- Fix css issue from 'calc' method
- Update dist files

## 3.1.2 - 2024-04-16

### Changes
Expand Down
2 changes: 1 addition & 1 deletion dist/css/serenity.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iwb_serenity",
"version": "3.1.2",
"version": "3.1.3",
"description": "Immoweb Front-end Framework",
"main": "dist/js/serenity.min.js",
"unpkg": "dist/js/serenity.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ body {

.container--top-navigation-submenu {
@include media-query("desktop") {
padding-left: ($max-column-width-desktop * 2) + ($gutter * 2);
padding-left: 10rem;
}

@include media-query("widescreen") {
Expand Down

0 comments on commit b31ca95

Please sign in to comment.