Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2615 from teamleadercrm/FRONT-482-remove-xl-paddi…
Browse files Browse the repository at this point in the history
…ng-in-detail-page

[FRONT-482] remove padding on xl screens
  • Loading branch information
farazatarodi authored Apr 5, 2023
2 parents cedb4b2 + e322ad8 commit 4904b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Changed

- `Container`: remove 72px on xl viewport ([@farazatarodi](https://https://github.com/farazatarodi) in [#2615](https://github.com/teamleadercrm/ui/pull/2615))

### Deprecated

### Removed
Expand Down
7 changes: 0 additions & 7 deletions src/components/container/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@
margin: 0 auto;
max-width: 1056px;
}

@media (--larger-than-xl-viewport) {
.container {
padding-left: var(--spacer-biggest);
padding-right: var(--spacer-biggest);
}
}

0 comments on commit 4904b1d

Please sign in to comment.