Skip to content

Commit 8afe348

Browse files
committed
content is not hidden on small screens
1 parent fb42828 commit 8afe348

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/views/urls/index.blade.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@
1919
display: inline-block;
2020
}
2121
22+
.wrapper {
23+
min-height: 100vh;
24+
}
25+
2226
.pagination {
2327
justify-content: flex-end;
2428
}
2529
</style>
2630
</head>
2731
<body>
2832
<div class="container h-100">
29-
<div class="row h-100 align-items-center">
33+
<div class="wrapper row align-items-center">
3034
<div class="col-8 offset-2">
3135
<h1 class="text-center mb-5">Laravel Short Url</h1>
3236
@if (session('short_url'))

0 commit comments

Comments
 (0)