Skip to content

Commit

Permalink
Fix camera icon spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mavidser committed Nov 6, 2024
1 parent 0e96ae8 commit 1386012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions themes/rocinante-2/assets/css/rocinante.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ header h2 {
font-family: monospace;
padding-right: 5px;
}
.label {
margin-left: -5px;
margin-right: 5px;
}

&:hover {
color: var(--title-color);
Expand Down
8 changes: 2 additions & 6 deletions themes/rocinante-2/layouts/partials/listcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
<div class="title-group-solo">
<a href="{{ .RelPermalink }}">
{{ if eq .Type "photos" }}
<span class="date">{{ .Params.date.Format "2006 Jan" }}</span>
<span class="label">
&nbsp;📸&nbsp;
</span>
<span class="date">{{ .Params.date.Format "2006 Jan" }}</span>
<span class="label">&nbsp;📸&nbsp;</span>
{{ else }}
<span class="label">
</span>
<span class="date">{{ .Params.date.Format "2006 Jan 02" }}</span>
{{ end }}
<span class="title">
Expand Down

0 comments on commit 1386012

Please sign in to comment.