File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 14
14
html ,body {
15
15
height : 100vh ;
16
16
}
17
+
18
+ .wrapper {
19
+ min-height : 100vh ;
20
+ }
17
21
</style >
18
22
19
23
</head >
20
24
<body >
21
25
<div class =" container h-100" >
22
- <div class =" row h-100 align-items-center" >
26
+ <div class =" wrapper row align-items-center" >
23
27
<div class =" col-12" >
24
28
<h1 class =" text-center mb-5" >Laravel Short Url</h1 >
25
29
@if (session (' short_url' ) )
Original file line number Diff line number Diff line change 14
14
html ,body {
15
15
height : 100vh ;
16
16
}
17
+
18
+ .wrapper {
19
+ min-height : 100vh ;
20
+ }
17
21
</style >
18
22
19
23
</head >
20
24
<body >
21
25
<div class =" container h-100" >
22
- <div class =" row h-100 align-items-center" >
26
+ <div class =" wrapper row align-items-center" >
23
27
<div class =" col-12" >
24
28
<h1 class =" text-center mb-5" >Laravel Short Url</h1 >
25
29
@if (session (' short_url' ) )
You can’t perform that action at this time.
0 commit comments