From 515d00c055af709f05a8942e5b0b4ba80ee13f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 17 Sep 2014 10:35:57 +0200 Subject: [PATCH] Fix logo style on error pages --- app/styles/layout/not-found.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/layout/not-found.scss b/app/styles/layout/not-found.scss index 99f5fcb4..40b0faaa 100644 --- a/app/styles/layout/not-found.scss +++ b/app/styles/layout/not-found.scss @@ -14,6 +14,8 @@ } img { margin-bottom: 3rem; + width: 100%; + padding: 0 25%; } h1 { color: $white;