[SITE] blog: add meta (date, tags) to blogarticle as well
This commit is contained in:
parent
2f2fa568ef
commit
4b7c4a5579
4 changed files with 23 additions and 4 deletions
|
@ -62,9 +62,20 @@ main.blog {
|
|||
article.blogarticle {
|
||||
margin-top: 30px;
|
||||
|
||||
padding-bottom: 60px;
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
div.meta.title {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 2px solid lighten($blog_color_meta, 10%);
|
||||
margin-bottom: 50px;
|
||||
|
||||
div.meta.bottom {
|
||||
margin-top: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
div.teasers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue