Use Bootstrap's grid system in 404 page
This commit is contained in:
parent
080202e6cc
commit
6e37b595d1
@ -1,7 +1,7 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<section class="not-found">
|
<section class="row not-found">
|
||||||
<h1>404</h1>
|
<h1 class="col-md-4 col-md-offset-4">404</h1>
|
||||||
That page doesn't exist!
|
<div class="col-md-4 col-md-offset-4">That page doesn't exist!</div>
|
||||||
</section>
|
</section>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
||||||
|
@ -141,7 +141,6 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.not-found {
|
.not-found {
|
||||||
margin: 100px auto;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user