summaryrefslogtreecommitdiff
path: root/style/main.less
diff options
context:
space:
mode:
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;
}
}