diff --git a/Leadership.html b/Leadership.html
index 4a9208c..685290a 100644
--- a/Leadership.html
+++ b/Leadership.html
@@ -209,6 +209,7 @@
Mechanical Technical Project Manager
Andrew She Accumulator Lead
Victor Kalastirsky Accumulator Hardware Lead
+
Dustin Wang ETC Lead
diff --git a/Sponsors.css b/Sponsors.css
index 36bfe60..2ff661a 100644
--- a/Sponsors.css
+++ b/Sponsors.css
@@ -10,6 +10,7 @@ body {
background-color: #141624;
overflow-x: hidden;
justify-content: center;
+ align-content: center;
align-items: center;
text-align: center;
max-width: 100%;
@@ -197,34 +198,46 @@ p a:visited {
max-width: 100%;
margin: 0 auto; /* Center container horizontally */
flex-wrap: wrap;
-
-
+ width: auto;
+
}
+
+
.flex-container {
- display: flex;
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Dynamic columns */
+ gap: 10px; /* Space between items */
+ margin: 20px;
+ padding: 0% 1% 0% 1%;
+
justify-content: center;
align-items: center;
- padding: 3% 2% 3% 1%;
- max-width: 100%;
-
}
+
+
.flex-container > div {
- justify-content: center;
+ margin: 20px;
+ padding: 0% 1% 0% 1%;
align-items: center;
- padding: 0% 2% 0% 2%;
- max-width: 100%;
+ justify-content: center;
}
+.flex-container img {
+ max-width: 100%;
+}
+
+
@media screen and (max-width: 600px) {
.flex-container {
+ display: flex;
flex-direction: column; /* Stack pictures vertically */
justify-content: center;
align-items: center;
diff --git a/sponsor_images/3BrosLogo.png b/sponsor_images/_3BROS_ROUND_LOGO_RYK.png
similarity index 100%
rename from sponsor_images/3BrosLogo.png
rename to sponsor_images/_3BROS_ROUND_LOGO_RYK.png
diff --git a/sponsors.html b/sponsors.html
index 2e3222d..4847907 100644
--- a/sponsors.html
+++ b/sponsors.html
@@ -66,7 +66,7 @@
Thank You to Our Sponsors!
@@ -98,6 +98,7 @@
+
@@ -105,10 +106,11 @@
-
-
+
-
+
Special Thanks!