diff --git a/static/style.css b/static/style.css index 7d5c453..ca114f3 100644 --- a/static/style.css +++ b/static/style.css @@ -245,6 +245,10 @@ img { .post-entry:active { transform: scale(0.96); } +.tag-entry .entry-content, +.tag-entry .entry-footer { + display: none; +} .entry-header h2 { font-size: 24px; }