Skip to content

Commit

Permalink
Fix: Updated 404 page (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 12, 2024
1 parent ddb9983 commit 592b71e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
transition: background-color 0.3s;
}

@media (max-width: 900px) {
#my-heading {
margin-top: 19px;
}
}

#search {
margin-right: 5px;
}

@media (min-width: 900px) {
#search {
margin-top: 6px;
Expand Down

0 comments on commit 592b71e

Please sign in to comment.