Skip to content

Commit

Permalink
feat(story): Setting display flex for story paragraph
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jul 10, 2022
1 parent a132ca1 commit 2932e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fibr/templates/story.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

<div class="description relative">
{{ if or (.Exif.Geocode.HasAddress) (not .Exif.Date.IsZero) }}
<p>
<p class="flex flex-center">
{{ if .Exif.Geocode.HasAddress }}
<img class="icon icon-bottom margin-right-half" src="{{ url "/svg/location?fill=#272727" }}" alt="Location">
<span class="location">
Expand Down

0 comments on commit 2932e40

Please sign in to comment.