mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 10:46:17 +09:00
30 lines
389 B
SCSS
30 lines
389 B
SCSS
/* ## Entry Meta
|
|
--------------------------------------------- */
|
|
|
|
.entry-meta {
|
|
|
|
p {
|
|
margin-bottom: 0;
|
|
font-size: $entry-meta--font-size;
|
|
}
|
|
|
|
.entry-header & {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.entry-footer & {
|
|
padding-top: 20px;
|
|
border-top: $border;
|
|
}
|
|
}
|
|
|
|
.entry-categories,
|
|
.entry-tags {
|
|
display: block;
|
|
}
|
|
|
|
.entry-comments-link:before {
|
|
margin: 0 6px 0 2px;
|
|
content: "\2014";
|
|
}
|