feat: article page

This commit is contained in:
root
2025-10-06 21:32:59 +03:00
parent e09da0d5a9
commit b11161bce3
5 changed files with 67 additions and 8 deletions

View File

@@ -29,6 +29,11 @@ a {
padding-right: 15px;
}
.one-post:hover {
background: #334661;
transition: .3s ease-in;
}
.article-created-date {
font-size: 12px;
}
@@ -37,4 +42,18 @@ a {
display: grid;
gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.post-link {
text-decoration: none;
color: unset;
}
.article-meta {
display: flex;
justify-content: space-between;
}
.article-header {
margin: 0;
}