Minor fix: Use short version of shorthand for margin declaration in 404 template

This commit is contained in:
Hans Christian Reinl
2014-09-01 22:39:17 +02:00
parent 176aa951d5
commit a44c533d55
2 changed files with 2 additions and 2 deletions

2
dist/404.html vendored
View File

@@ -45,7 +45,7 @@
h1 {
font-size: 1.5em;
margin: 0 0 0.3em 0;
margin: 0 0 0.3em;
}
}