Skip to content

Commit dcd6b97

Browse files
authored
Merge pull request #5978 from kenjis/fix-error_404-css
fix: invalid css in error_404.php
2 parents 496dece + 20ef1f3 commit dcd6b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Views/errors/html/error_404.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
h1 {
2626
font-weight: lighter;
27-
letter-spacing: 0.8;
27+
letter-spacing: normal;
2828
font-size: 3rem;
2929
margin-top: 0;
3030
margin-bottom: 0;

0 commit comments

Comments
 (0)