remove split min-width to prevent overflow on small viewports

This commit is contained in:
Nathan Barrett 2023-05-09 15:46:14 -07:00
Родитель 47087b2d37
Коммит b00a0e15e0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,6 @@
@include clearfix; @include clearfix;
margin: 0 auto; margin: 0 auto;
max-width: $content-max; max-width: $content-max;
min-width: $content-xs;
// horizontal spacing should match mzp-l-content's horizontal spacing // horizontal spacing should match mzp-l-content's horizontal spacing
padding: 0 get-theme('h-grid-xs'); padding: 0 get-theme('h-grid-xs');