Skip to content

Commit 063e60c

Browse files
Update custom-head.blade.php
1 parent c50406a commit 063e60c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

extra/custom-head.blade.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@
2828
font-weight: 400;
2929
color: white;
3030
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
31-
background-image:
32-
url({{themeAsset('../../aurora.jpg')}});
33-
no-repeat center center fixed;
31+
background: url({{themeAsset('../../aurora.jpg')}}) no-repeat center center fixed;
3432
-webkit-background-size: cover;
3533
-moz-background-size: cover;
3634
background-size: cover;
3735
}
38-
</style>
36+
</style>

0 commit comments

Comments
 (0)