From ad78c46f71fe3ebc0da223349268cc25cd898fcc Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 12 Mar 2024 08:13:25 -0700 Subject: [PATCH] Remove old team gallery styling --- assets/theme-css/teams.css | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 assets/theme-css/teams.css diff --git a/assets/theme-css/teams.css b/assets/theme-css/teams.css deleted file mode 100644 index 5a97348f..00000000 --- a/assets/theme-css/teams.css +++ /dev/null @@ -1,29 +0,0 @@ -.team { - padding-bottom: 2rem; -} - -.team-members { - display: flex; - flex-wrap: wrap; -} - -.team-member { - width: 11rem; - display: flex; - flex-direction: column; - padding-right: 1.25rem; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - text-align: center; - vertical-align: top; -} - -.team-member-photo img { - width: 60px; - border-radius: 50%; - margin-bottom: 0.5rem; -} - -.team-member-name { - font-weight: bold; -}