add tag page styles
This commit is contained in:
parent
ae2b0c9d96
commit
59c4e05873
1 changed files with 4 additions and 0 deletions
|
@ -245,6 +245,10 @@ img {
|
||||||
.post-entry:active {
|
.post-entry:active {
|
||||||
transform: scale(0.96);
|
transform: scale(0.96);
|
||||||
}
|
}
|
||||||
|
.tag-entry .entry-content,
|
||||||
|
.tag-entry .entry-footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.entry-header h2 {
|
.entry-header h2 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue