Skip to content

Commit 6e40ca0

Browse files
committedJul 12, 2016
error pages issue in safari
1 parent 29ce3b1 commit 6e40ca0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎public/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
.error-code {
2222
background-color: #d6d6d6;
23-
width: 120px;
23+
width: 180px;
2424
height: 120px;
2525
color: white;
2626
font-size: 45px;

‎public/422.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
.error-code {
2222
background-color: #d6d6d6;
23-
width: 120px;
23+
width: 180px;
2424
height: 120px;
2525
color: white;
2626
font-size: 45px;

‎public/500.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
.error-code {
2222
background-color: #d6d6d6;
23-
width: 120px;
23+
width: 180px;
2424
height: 120px;
2525
color: white;
2626
font-size: 45px;

0 commit comments

Comments
 (0)
Please sign in to comment.