Add style.css to the posts section bundle
This commit is contained in:
parent
d064415d9c
commit
9bd68e26d6
1 changed files with 33 additions and 0 deletions
33
content/posts/style.css
Normal file
33
content/posts/style.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
/* posts/style.css
|
||||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
.post-list h1,
|
||||
.post-list h2,
|
||||
.post-list h3,
|
||||
.post-list h4,
|
||||
.post-list h5,
|
||||
.post-list h6 {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.post-list h2 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.post-list li + li {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.post-list time {
|
||||
display: inline-block;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.post-list article {
|
||||
color: gray;
|
||||
font-style: oblique;
|
||||
font-size: 1.8rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue