Skip to content

Commit

Permalink
Photo Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofzerbe committed Sep 8, 2023
1 parent d7a57be commit c359219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/landscape/layout/photo.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<label>GPS Coordinates (Lat/Long)</label>
<span><%= page.meta.latitude ?? "---" %> / <%= page.meta.longitude ?? "---" %></span>
<% if (page.meta.latitude && page.meta.longitude) { %>
<div id="map" style="height: 320px; margin: 12px -28px 0"></div>
<div id="map" style="height: 320px; margin: 12px -28px 6px"></div>
<% } %>
</li>
<li><hr style="margin:0"></li>
Expand Down
6 changes: 5 additions & 1 deletion themes/landscape/source/css/_partial/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@
span
line-height: normal
a
// white-space: nowrap
div.site-links
display: flex
flex-flow: column
Expand All @@ -559,4 +560,7 @@
img.section
@extend $block-inner
width: 100%
height: auto
height: auto
box-shadow: 1px 1px 12px 0px #444 !important
/[data-theme="dark"] &
box-shadow: 1px 1px 12px 0px #000 !important

0 comments on commit c359219

Please sign in to comment.