feat: add resume to not have a long description in head
This commit is contained in:
		@@ -192,15 +192,18 @@ figure figcaption {
 | 
			
		||||
/*!* Posts list *!*/
 | 
			
		||||
.post-list {
 | 
			
		||||
  list-style: none;
 | 
			
		||||
  padding: 5rem 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
.post-list li {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  padding: 15px 0;
 | 
			
		||||
  margin: 2px;
 | 
			
		||||
  border-bottom: 2px solid var(--text-color-secondary);
 | 
			
		||||
}
 | 
			
		||||
.post-list li a {
 | 
			
		||||
.post-list li p {
 | 
			
		||||
  margin: 1.5rem  0 2.5rem;
 | 
			
		||||
}
 | 
			
		||||
.post-list li div {
 | 
			
		||||
  display: flex;
 | 
			
		||||
}
 | 
			
		||||
.post-list li div a {
 | 
			
		||||
  flex-grow: 1;
 | 
			
		||||
}
 | 
			
		||||
.postlist-item {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user