Initial commit

This commit is contained in:
Felipe M 2016-12-03 22:10:25 +01:00
commit edb5816892
30 changed files with 534 additions and 0 deletions

View file

@ -0,0 +1,20 @@
body.blog {
&.post {
article {
h1 {
font-size: 1.8em;
margin-bottom: 0.3em;
}
.info {
font-size: 0.9em;
}
.content {
margin-top: 1em;
&.md {
img { margin: 0 auto; }
}
}
}
}
}