Skip to content

Commit

Permalink
removed navbar:hover and added 20px margin on the right side of secti…
Browse files Browse the repository at this point in the history
…on.recent_act
  • Loading branch information
lawrenceee04 committed Jul 4, 2024
1 parent e1cbd1b commit 343330f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
}

.recent_act {
margin: 0px 0px 0px 20px;
margin: 0px 20px 0px 20px;
font-weight: bold;
}

Expand Down Expand Up @@ -96,10 +96,6 @@ a:hover {
background-color: #006cffff;
}

.navbar:hover {
background-color: rgb(0, 123, 255);
}

.navbar li {
display: block;
color: white;
Expand Down

0 comments on commit 343330f

Please sign in to comment.