Merge pull request #399 from undergroundwires/a
Improve styling to allow flexible overrides
This commit is contained in:
commit
1e02b5b62e
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
&-item {
|
||||
border-bottom: 1px grey dashed;
|
||||
|
||||
a {
|
||||
&-inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<ul class="posts-list">
|
||||
{{ range .Pages }}
|
||||
<li class="post-item">
|
||||
<a href="{{.Permalink}}">
|
||||
<a href="{{.Permalink}}" class="post-item-inner">
|
||||
<span class="post-title">{{.Title}}</span>
|
||||
<span class="post-day">
|
||||
{{ if .Site.Params.dateformShort }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue