summaryrefslogtreecommitdiff
path: root/style/main.less
diff options
context:
space:
mode:
authorBart Haak <b.haak@student.tue.nl>2015-04-07 18:01:16 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-07 18:01:16 +0200
commit66c072ba92657834efc340e707140213fc73f1a0 (patch)
tree1673f1098db1580a90e95cc0df30deddfd8adcbc /style/main.less
parentda43a983e2989e155a95a4dd0324f61cd5a9fada (diff)
downloadsite-66c072ba92657834efc340e707140213fc73f1a0.tar.gz
Updated images on home page, added sources
Diffstat (limited to 'style/main.less')
-rw-r--r--style/main.less5
1 files changed, 4 insertions, 1 deletions
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;
}
}