From 66c072ba92657834efc340e707140213fc73f1a0 Mon Sep 17 00:00:00 2001 From: Bart Haak Date: Tue, 7 Apr 2015 18:01:16 +0200 Subject: Updated images on home page, added sources --- style/main.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style/main.less') diff --git a/style/main.less b/style/main.less index c90cd8c..45c6083 100644 --- a/style/main.less +++ b/style/main.less @@ -47,7 +47,7 @@ body[data-page="home"] { background-color: @color-home-block; } .block { - height: 300px; + height: 320px; background-color: @color-home-block; margin: 1em; @@ -68,6 +68,7 @@ body[data-page="home"] { } .side-picture { float: left; + margin-right: 1em; } } &:nth-child(2n) { @@ -76,6 +77,8 @@ body[data-page="home"] { } .side-picture { float: right; + margin-left: 1em; + margin-right: 2em; } } -- cgit v1.2.1