From b0963895ddfeb4e2dbcdcfc29e1f6d9dc27f56f4 Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Thu, 31 Jul 2014 09:54:59 +0200 Subject: [PATCH] images and h2 tags should be centered in mobile --- _less/screen.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_less/screen.less b/_less/screen.less index 698ebea1..ab5ad9f6 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -968,7 +968,6 @@ table td,table th{ .tablehalf p{ text-align:left; } - .contributors{ width:890px; text-align:left; @@ -2140,6 +2139,11 @@ h2 .rssicon{ .tablehalf img{ width:auto; height:auto; + margin: auto; + display: block; + } + .tablehalf h2 { + text-align: center; } .listtable div div{ display:block;