From 7eb76577e72f3d6ae77748b6649c8c92a19cd8d7 Mon Sep 17 00:00:00 2001 From: RJMaradiaga Date: Sun, 14 May 2023 23:35:59 -0400 Subject: [PATCH] Updating styles for the footer and course select When we updated bootstrap, the elements in the footer became misaligned. To fix this, I used the classes from the current 5.1 version of bootstrap. Additionally, when selecting courses, the current version of MYR makes the header and paragraph of each course underlined. I just changed the style for this so that each part of the card does not have an underline upon opening the course menu. Then, when someone hovers over the course, only the header becomes underlined. --- src/components/structural/Footer.js | 18 +++++++++--------- src/css/CourseSelect.css | 11 ++++++----- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/structural/Footer.js b/src/components/structural/Footer.js index c6b0f8d2..f3f4a41a 100644 --- a/src/components/structural/Footer.js +++ b/src/components/structural/Footer.js @@ -9,39 +9,39 @@ class Footer extends Component {