Only left-justify post titles
This commit is contained in:
@@ -171,10 +171,9 @@ hr.header-divider {
|
||||
border-radius: 0.15rem;
|
||||
}
|
||||
|
||||
ul.page-list {
|
||||
ul.post-list {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
|
||||
li {
|
||||
@include bordered-block;
|
||||
@@ -182,11 +181,13 @@ ul.page-list {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
a {
|
||||
a.post-title {
|
||||
border-bottom: none;
|
||||
font-size: 1.3rem;
|
||||
font-weight: bold;
|
||||
font-family: $font-heading;
|
||||
text-align: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user