Skip to content

Commit

Permalink
Added margin on left of image and centered button text
Browse files Browse the repository at this point in the history
  • Loading branch information
DrR0X-glitch committed Nov 28, 2023
1 parent 896cb1c commit 8e4fff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#error-image {
max-width: 100%;
width: 50%;
margin-left: 30px;
margin-right: 30px;
}

Expand Down Expand Up @@ -75,6 +76,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 20px;
font-size: 1.5rem;
text-decoration: none;
Expand Down

0 comments on commit 8e4fff4

Please sign in to comment.