diff --git a/dist/app.css b/dist/app.css index a49a5be..70e43de 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12538,7 +12538,7 @@ section.large-quote .quote p.attribution { padding: 1rem; margin-bottom: 2rem; } -@media (max-width: 767.98px) { +@media (max-width: 991.98px) { .post-type-archive-team-member .team-members .team-members-wrapper .team-member { width: 100%; max-width: 100%; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 88c2b18..56ea3bf 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=89a249f2f55c797553f5ea94f1984a04" + "/app.css": "/app.css?id=4b4730a6317f00596f55888bab64e25f" } diff --git a/src/scss/team-members.scss b/src/scss/team-members.scss index 8f909fa..cf862cc 100644 --- a/src/scss/team-members.scss +++ b/src/scss/team-members.scss @@ -28,7 +28,7 @@ padding: 1rem; margin-bottom: 2rem; - @include media-breakpoint-down(md) { + @include media-breakpoint-down(lg) { width: 100%; max-width: 100%; }