From 790a46bd683e479edb5f2251a0291c6863336050 Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Mon, 21 Apr 2014 00:43:11 +0200
Subject: [PATCH] Smaller logo in 404

---
 umap/static/umap/umap.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css
index a6eef10..dd1a129 100644
--- a/umap/static/umap/umap.css
+++ b/umap/static/umap/umap.css
@@ -540,6 +540,9 @@ a {
     font-size: 4em;
     margin-top: 0;
 }
+.content404 img {
+    width: 32%;
+}
 
 
 /* **************************** */
-- 
GitLab