From 99747e72b539d855c4fdeb26583b76edd5df09d5 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Tue, 24 Jul 2018 12:17:07 +0200 Subject: [PATCH] 500px is too narrow, let's switch to 768px --- evolinux-base/templates/default_www/index.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evolinux-base/templates/default_www/index.html.j2 b/evolinux-base/templates/default_www/index.html.j2 index 4ede9d36..cf02ccb3 100644 --- a/evolinux-base/templates/default_www/index.html.j2 +++ b/evolinux-base/templates/default_www/index.html.j2 @@ -14,7 +14,7 @@ } #container { padding-top: 20px; - width: 500px; + width: 768px; margin: auto; overflow: hidden; } @@ -24,7 +24,7 @@ border-bottom: 1px solid #a9a9a9; background-image: url(./img/background-top.png); background-repeat: no-repeat; - background-position: 245px 5px; + background-position: 510px 5px; } ul { list-style-type: none;