ADD post list
This commit is contained in:
parent
826abcd7ae
commit
04f1dd0327
4 changed files with 26 additions and 12 deletions
|
@ -106,7 +106,7 @@ a {
|
|||
|
||||
.header > .items > .item {
|
||||
align-self: center;
|
||||
padding-inline-end: 10px;
|
||||
padding-inline-end: 16px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
@ -121,12 +121,17 @@ a {
|
|||
|
||||
.footer > .social {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.footer > .social i {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
.footer > .social a {
|
||||
padding-inline: 3px;
|
||||
padding-inline: 6px;
|
||||
color: {{ .Site.Params.color.primary }};
|
||||
}
|
||||
|
||||
|
@ -162,6 +167,10 @@ a {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.title h1 {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-top: 9rem;
|
||||
padding-bottom: 2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue