Skip to content

Commit 96d45d3

Browse files
committed
remove max-width on container for ulta-wide displays
1 parent 83f32be commit 96d45d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/scss/app.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ body {
210210
@include bp('tablet') {
211211
max-width: none;
212212
}
213-
214-
@include bp('desktop') {
215-
max-width: var(--site-container-max-width);
216-
}
217213
}
218214

219215
// Page Padding (Header Height)

0 commit comments

Comments
 (0)