Skip to content

Commit dae2092

Browse files
Update minimal.blade.php
1 parent 540a4df commit dae2092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/errors/minimal.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
font-weight: 700;
8181
}
8282
.h-screen {
83-
height: 100%;
83+
height: 100vh;
8484
}
8585
.leading-normal {
8686
line-height: 1.5;
@@ -117,7 +117,7 @@
117117
font-style: italic;
118118
}
119119
.w-screen {
120-
width: 100%;
120+
width: 100vw;
121121
}@media (min-width:768px) {
122122
.md\:flex-row {
123123
flex-direction: row;

0 commit comments

Comments
 (0)