From 5b9e585a547aedeedd885b76c4a7abcba0a28933 Mon Sep 17 00:00:00 2001 From: dunemask Date: Mon, 9 Oct 2023 16:48:00 +0000 Subject: [PATCH] [STYLE] Fix Styling issue (#12) Co-authored-by: dunemask Reviewed-on: https://gitea.dunemask.dev/elysium/nile/pulls/12 --- src/css/contact.css | 3 ++- src/pages/delta/ContactStrip.jsx | 5 ++++- src/pages/delta/Education.jsx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/css/contact.css b/src/css/contact.css index fca0d7d..4e759bf 100644 --- a/src/css/contact.css +++ b/src/css/contact.css @@ -7,7 +7,8 @@ border-radius: 50%; border: 1px solid #f3ac20; color: #f3ac20; - transition: all 0.3s; + /*MUI Overrides the style unless you control it via React*/ + /*transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/ } .contact-icon:hover { diff --git a/src/pages/delta/ContactStrip.jsx b/src/pages/delta/ContactStrip.jsx index 60b8601..cd4c3f0 100644 --- a/src/pages/delta/ContactStrip.jsx +++ b/src/pages/delta/ContactStrip.jsx @@ -18,7 +18,10 @@ export default function ContactStrip(props) { }} > - + {title} diff --git a/src/pages/delta/Education.jsx b/src/pages/delta/Education.jsx index 0ec5134..ea471ee 100644 --- a/src/pages/delta/Education.jsx +++ b/src/pages/delta/Education.jsx @@ -28,7 +28,7 @@ export default function Education() { > Pursuing B.S. in Computer Science: Software Engineering program, - completed 7 credits. Anticipated graduation December 2027 + completed 11 credits. Anticipated graduation December 2027