Skip to content

Commit d38cd62

Browse files
committed
Fix the margins
fix the overlapping of elements
1 parent 89db4d7 commit d38cd62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

public/500.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
.error {
3131
font-size: 200px;
3232
color: #343131;
33-
margin-top: -30px;
3433
}
3534

3635
.error span {
@@ -45,13 +44,13 @@
4544

4645
.links {
4746
text-align: center;
48-
margin-top: -100px;
47+
margin-bottom: 0px;
4948
font-size: 30px;
5049
}
5150

5251
a {
5352
color: #ff9900;
54-
margin-right: 20px;
53+
margin:0px 20px;
5554
}
5655

5756

0 commit comments

Comments
 (0)