From 43109c9af5f0f1af5161f35ff74c18d4cc0a081b Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 15:11:32 -0700 Subject: [PATCH] WIP --- dist/app.css | 6 ++++++ dist/mix-manifest.json | 2 +- src/scss/team-members.scss | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index bf7c9ad..a49a5be 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12538,6 +12538,12 @@ section.large-quote .quote p.attribution { padding: 1rem; margin-bottom: 2rem; } +@media (max-width: 767.98px) { + .post-type-archive-team-member .team-members .team-members-wrapper .team-member { + width: 100%; + max-width: 100%; + } +} .post-type-archive-team-member .team-members .team-members-wrapper .team-member .left { width: 175px; flex-grow: 0; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 3879804..88c2b18 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=8fa440238ed7e657e1242dd7a8530e1d" + "/app.css": "/app.css?id=89a249f2f55c797553f5ea94f1984a04" } diff --git a/src/scss/team-members.scss b/src/scss/team-members.scss index c37c4a6..8f909fa 100644 --- a/src/scss/team-members.scss +++ b/src/scss/team-members.scss @@ -28,6 +28,11 @@ padding: 1rem; margin-bottom: 2rem; + @include media-breakpoint-down(md) { + width: 100%; + max-width: 100%; + } + .left { width: 175px; flex-grow: 0;