From 2b3939e07503af13924ce034908dd46d64dfbc93 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 8 Apr 2015 11:04:48 +0200 Subject: Fix responsive home --- style/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/main.less b/style/main.less index 45c6083..5bf3bf6 100644 --- a/style/main.less +++ b/style/main.less @@ -41,13 +41,13 @@ main { body[data-page="home"] { .intro { - height: 300px; + min-height: 200px; padding: 1em; margin: 1em; background-color: @color-home-block; } .block { - height: 320px; + min-height: 320px; background-color: @color-home-block; margin: 1em; -- cgit v1.2.1