diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index cec536f..b1fe52e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -282,3 +282,4 @@ [@bunnyBites](https://github.com/bunnyBites) -[@Vigneshwaar](https://github.com/V6g1) +[@proton029](https://github.com/proton029) diff --git a/resources/style/about-page.css b/resources/style/about-page.css index 31b4044..a7835d0 100644 --- a/resources/style/about-page.css +++ b/resources/style/about-page.css @@ -100,6 +100,9 @@ removed unnecessary scale background-color: transparent !important; transition: all 0.2s ease-in-out; margin: 8px; + display: flex; + justify-content: center; + align-items: center; } .about-instructor { diff --git a/resources/style/style.css b/resources/style/style.css index 2cc193d..890f915 100644 --- a/resources/style/style.css +++ b/resources/style/style.css @@ -549,6 +549,7 @@ i:hover { .dropDownContent { position: absolute; background-color: #1c91c7; + top: 3rem; left: 10; max-height: 0; overflow: hidden; @@ -559,7 +560,6 @@ i:hover { border-radius: 10px; color: #ffffff; } - .list-group-item:hover { cursor: pointer; font-size: 120%;