update sections, work a bit on style

This commit is contained in:
bkfox
2015-10-06 18:01:19 +02:00
parent cfdc9b6de0
commit cde58334bd
15 changed files with 264 additions and 163 deletions

View File

@ -20,9 +20,13 @@ body {
}
.section {
vertical-align: top;
}
main .section {
width: calc(50% - 1em);
float: left;
width: calc(50% - 2em);
display: inline-block;
padding: 0.5em;
}
@ -39,3 +43,8 @@ main .section {
}
.post_item {
display: block;
}