feat(home): add latest projects and posts section
This commit is contained in:
@@ -24,6 +24,27 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.latest-projects-posts {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
margin-top: 5rem;
|
||||
.project {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 1rem 30%;
|
||||
gap: 1rem;
|
||||
.title {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.description {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
#pgp {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user