Add projects, CV, remove notes
This commit is contained in:
30
public/styles/posts.css
Normal file
30
public/styles/posts.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.posts {
|
||||
/* list-style: none; */
|
||||
margin-top: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.posts li {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
column-gap: 0.5rem;
|
||||
}
|
||||
|
||||
.posts .date {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.posts {
|
||||
padding-left: 2rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.posts .date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.posts li {
|
||||
display: list-item;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user