Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
20
assets/static/sass/_blog.scss
Normal file
20
assets/static/sass/_blog.scss
Normal 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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue