From 717b341e46d03ccb07c547ffa70ff713e9a363f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= <git@wgmd.de>
Date: Tue, 3 Oct 2017 17:57:48 +0200
Subject: Increase width of playerboxes a bit

---
 static/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'static')

diff --git a/static/style.css b/static/style.css
index d206836..454aedd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -78,7 +78,7 @@ li a:hover {
 /* Playerbox with Playerstats / Gamestats inside */
 div.player {
   display: inline-block;
-  width: 330px;
+  width: 360px;
   min-height: 150px;
   text-align: center;
   margin: 2px 5px 2px 5px;
@@ -89,7 +89,7 @@ div.player {
 div.interna {
   display: inline-block;
   vertical-align: top;
-  width: 120px;
+  width: 150px;
   height: 165px;
   margin: 0px;
   padding-bottom: 5px;
-- 
cgit v1.2.3