Skip to content

Commit

Permalink
Fix lighthouse score
Browse files Browse the repository at this point in the history
  • Loading branch information
surajjdhv committed Dec 5, 2023
1 parent bc28494 commit e63052f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,14 @@ footer {
margin-top: auto;
border-top: 1px dashed var(--color-gray-20);
padding: 1em;
font-size: 0.9em;
font-size: 1em;
text-align: center;
}

footer p {
margin: 0px;
}

footer a {
text-decoration: none;
}
footer small {
color: var(--text-color);
}

0 comments on commit e63052f

Please sign in to comment.