feat: Finished initial individual post layout
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 5s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 5s
This commit is contained in:
@ -2,6 +2,25 @@
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.post-layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.post-layout main {
|
||||
flex: 1;
|
||||
}
|
||||
.post-layout main .thumbnail {
|
||||
width: 100%;
|
||||
height: 375px;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
}
|
||||
.post-layout main > div {
|
||||
background-color: rgba(255, 255, 255, .71);
|
||||
padding: 2rem;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.posts {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user