mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
.container .content CSS and .post-item HTML fixes
* .container .content for icons should not be 100% to help with centering. * Use span for .post-item internals, otherwise Firefox messes up at smaller screen width with the list bullet and title on separate lines. * README wording Fix #17
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<li class="post-item">
|
||||
<div class="meta">{{ .Date.Format .Site.Params.DateForm }}</div>
|
||||
<a href="{{ .Permalink }}"><div>{{ .Title }}</div></a>
|
||||
<span class="meta">{{ .Date.Format .Site.Params.DateForm }}</span>
|
||||
<a href="{{ .Permalink }}"><span>{{ .Title }}</span></a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user