Skip to content

Commit 243da44

Browse files
committed
fix: custom container height
1 parent 0816c44 commit 243da44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Menu</h5>
8888

8989

9090
<section class="404">
91-
<div class="container" style="height: 95dvh;">
91+
<div class="container" style="height: 100vh;">
9292
<div class="row h-100">
9393
<div class="col-12 col-md-6 d-flex justify-content-center align-items-center">
9494
<img src="assets/images/404.png" alt="404" class="img-fluid text-white">

0 commit comments

Comments
 (0)