feat: created index pages for posts and recipes
This commit is contained in:
parent
f93207b4e3
commit
0d5bb62775
4 changed files with 110 additions and 16 deletions
|
|
@ -64,6 +64,28 @@ a {
|
|||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
/* Section header with view all link */
|
||||
.section-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.section-header h1 {
|
||||
margin: 1.5rem 0 1rem;
|
||||
}
|
||||
|
||||
.view-all {
|
||||
margin-top: 1.5rem;
|
||||
font-size: 0.9rem;
|
||||
color: var(--secondary-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.view-all:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Blog post list */
|
||||
.post-list {
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue