feat: article page
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 root
					root