Skip to content

Commit

Permalink
Adjust 404 file padding and return button font colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Robrowno committed Apr 17, 2022
1 parent 98df9cd commit ac5673b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ h1 {
#error-title {
text-align: center;
font-weight: bold;
padding-top: 50px
}

#error {
Expand All @@ -291,7 +292,7 @@ h1 {
#return {
text-align: center;
text-decoration: none;
padding-top: 50px;
color: black;
}

/*-- End of Error 404 styling section --*/
Expand Down

0 comments on commit ac5673b

Please sign in to comment.