Improve spacing
This commit is contained in:
parent
b1f5f39735
commit
ba0c0081d5
4 changed files with 31 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ body {
|
|||
|
||||
@media (min-width: #{variables.$sidebar-breakpoint}) {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
gap: 1rem;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,21 +2,25 @@
|
|||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0.15em;
|
||||
}
|
||||
|
||||
.postMetadata {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 2em;
|
||||
align-items: center;
|
||||
column-gap: 2rem;
|
||||
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
dl.postDate, dl.tags {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
margin: 0;
|
||||
div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 1em;
|
||||
}
|
||||
|
||||
dt {
|
||||
display: inline-flex;
|
||||
|
|
@ -33,4 +37,8 @@ dl.postDate, dl.tags {
|
|||
content: ":";
|
||||
}
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue