introducing templating inheritance and macros
This commit is contained in:
parent
7fe997acff
commit
2e7a81d7c7
11 changed files with 206 additions and 230 deletions
|
@ -26,7 +26,8 @@ article {
|
|||
}
|
||||
|
||||
.post-link {
|
||||
padding-right: 20px;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
|
@ -39,6 +40,12 @@ article {
|
|||
|
||||
.post-body {
|
||||
padding-top: 1rem;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
.submit-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#submit-form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue