summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-04-08 11:04:48 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-08 11:04:48 +0200
commit2b3939e07503af13924ce034908dd46d64dfbc93 (patch)
tree325e94e061d811158132bf5515abb328c721ecca
parent01f755ef1f5516ae8da4983228b2f404ddfd2070 (diff)
downloadsite-2b3939e07503af13924ce034908dd46d64dfbc93.tar.gz
Fix responsive home
-rw-r--r--style/main.less4
1 files 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;