From ba05a1e4d48b35b4662d8ad3825d926acf139220 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 16:01:38 -0700 Subject: [PATCH] WIP --- dist/app.css | 1 + dist/mix-manifest.json | 2 +- src/scss/team-members.scss | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index 86bbf96..35cb35d 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12365,6 +12365,7 @@ section.large-quote .quote p.attribution { border-radius: 10px; max-width: 593px; padding: 1rem; + margin-bottom: 2rem; } .post-type-archive-team-member .team-members .team-members-wrapper .team-member .left { width: calc(33% - 0.5rem); diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 84cec78..ab4cccc 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", - "/app.css": "/app.css?id=0304245016ea53a4ec82f944389e616b" + "/app.css": "/app.css?id=9e73729aaf55a4831d9d622f3ad9efb4" } diff --git a/src/scss/team-members.scss b/src/scss/team-members.scss index 39e2054..31f4ec5 100644 --- a/src/scss/team-members.scss +++ b/src/scss/team-members.scss @@ -14,6 +14,7 @@ width: 100%; max-width: 956px; } + .team-members-wrapper { display: flex; flex-wrap: wrap; @@ -24,6 +25,7 @@ border-radius: 10px; max-width: 593px; padding: 1rem; + margin-bottom: 2rem; .left { width: calc(33% - 0.5rem);