Newer
Older
express-blog / public / css / tag_posts.css
@Jason Jason on 18 Jul 410 bytes modified: content
.tag-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-post-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.tag-post-link {
  font-weight: 600;
  font-size: 1.2rem;
  color: #1a73e8;
  text-decoration: none;
}

.tag-post-link:hover {
  text-decoration: underline;
}

.tag-post-excerpt {
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.95rem;
}