Edit 404
This commit is contained in:
parent
b89dcdc06d
commit
06e215ee53
|
@ -14,9 +14,12 @@
|
||||||
.page_404{
|
.page_404{
|
||||||
padding:40px 0;
|
padding:40px 0;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
display: grid;
|
||||||
|
height: 79vh;
|
||||||
|
}
|
||||||
|
.page_404 .container {
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_404 img{ width:100%;}
|
.page_404 img{ width:100%;}
|
||||||
|
|
||||||
.four_zero_four_bg{
|
.four_zero_four_bg{
|
||||||
|
@ -48,7 +51,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 ">
|
<div class="col-sm-12 ">
|
||||||
<div class="col-sm-10 col-sm-offset-1 text-center">
|
<div class="text-center">
|
||||||
<div class="four_zero_four_bg">
|
<div class="four_zero_four_bg">
|
||||||
<h1 class="text-center ">404</h1>
|
<h1 class="text-center ">404</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue