Skip to content

Commit

Permalink
Merge pull request #533 from proton029/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
l-white committed Aug 13, 2023
2 parents 6f323da + 5f151c0 commit 70feb1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,4 @@

[@bunnyBites](https://github.com/bunnyBites)
-[@Vigneshwaar](https://github.com/V6g1)
[@proton029](https://github.com/proton029)
3 changes: 3 additions & 0 deletions resources/style/about-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion resources/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ i:hover {
.dropDownContent {
position: absolute;
background-color: #1c91c7;
top: 3rem;
left: 10;
max-height: 0;
overflow: hidden;
Expand All @@ -559,7 +560,6 @@ i:hover {
border-radius: 10px;
color: #ffffff;
}

.list-group-item:hover {
cursor: pointer;
font-size: 120%;
Expand Down

0 comments on commit 70feb1d

Please sign in to comment.