From 58e2bb4f9df5cbf7b64ae53c6009f2d2c4170241 Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Sat, 26 Jul 2025 14:20:42 -0600 Subject: [PATCH] feat(contact): minor css done --- src/Contact/Contact.css | 29 ++++++++++++++++++++++++----- src/Contact/Contact.jsx | 26 ++++++++++++++++++++------ src/Teams/Team.jsx | 8 ++++---- 3 files changed, 48 insertions(+), 15 deletions(-) diff --git a/src/Contact/Contact.css b/src/Contact/Contact.css index 75033e7..ae7bf87 100644 --- a/src/Contact/Contact.css +++ b/src/Contact/Contact.css @@ -9,6 +9,10 @@ margin: 0px; } +#Contact ul li { + margin: 1svh 0svw; +} + #Contact h1, #Contact h4, #Contact p { @@ -21,13 +25,14 @@ flex-flow: row wrap; align-items: flex-start; row-gap: 2svh; - column-gap: 8svw; + column-gap: 4svw; align-items: center; justify-content: center; - background: var(--BajaBlack); - color: white; - padding: 2svh 0svw; + background: white; + /* background: var(--BajaBlack); */ + /* color: white; */ + padding: 8svh 0svw; } #Contact div:nth-child(2) div:first-child { @@ -37,6 +42,7 @@ #Contact div:nth-child(2) div:last-child { flex-direction: column; + margin: 0px; /* margin-left: auto; margin-right: 16svw; */ @@ -44,9 +50,22 @@ } #Contact div:nth-child(2) div:last-child h1 { - margin: 0px; + margin: 2svh 0svw; font-size: 40px; width: inherit; + border-bottom: 3px solid var(--BajaBlack); +} + +#Contact div:nth-child(2) h4 { + font-weight: normal; +} + +#Contact div:nth-child(2) a h4 { + font-weight: bold; +} + +#Contact div:nth-child(2) a:hover { + color: var(--BajaRed); } #Contact div:nth-child(2) img { diff --git a/src/Contact/Contact.jsx b/src/Contact/Contact.jsx index b98bf5a..b2a52c4 100644 --- a/src/Contact/Contact.jsx +++ b/src/Contact/Contact.jsx @@ -34,7 +34,7 @@ export default function Contact() { alt="Team member welding" /> */} - + referrerpolicy="no-referrer-when-downgrade"> */} +
+ Team members bending a tube + Team member filing + Team member welding +

Hours of Operation

- -

Send us an email.

-

uofcbaja@gmail.com

-
+

Send us an email.

+ +

uofcbaja@gmail.com

+
diff --git a/src/Teams/Team.jsx b/src/Teams/Team.jsx index 2731e67..fce5c27 100644 --- a/src/Teams/Team.jsx +++ b/src/Teams/Team.jsx @@ -126,10 +126,6 @@ export default function Team() {
- chas related

Software

@@ -138,6 +134,10 @@ export default function Team() { storage system.

+ chas related