Moved 404 css to its own partial

This commit is contained in:
Michael Noronha
2017-08-04 00:33:12 -04:00
parent a7cde56381
commit 2535da12d7
2 changed files with 15 additions and 13 deletions

View File

@@ -5,19 +5,7 @@
<title>404 - Page not found</title>
{{ partial "head_includes.html" . }}
<style>
.logo {
vertical-align: middle;
max-width: 300px;
}
.content {
margin: 3em auto;
text-align: center;
}
.header {
margin-left: initial;
margin-right: intial;
padding: 0 !important;
}
{{ partial "css/404.css" . | safeCSS }}
</style>
</head>
<body>