diff options
-rw-r--r-- | app/lttr/templates/lttr/range_detail.html | 2 | ||||
-rw-r--r-- | design/sass/screenv10.scss | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html index 973c86e..f9ed313 100644 --- a/app/lttr/templates/lttr/range_detail.html +++ b/app/lttr/templates/lttr/range_detail.html @@ -78,7 +78,7 @@ alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"> </a> <figcaption class="exif-caption"> - {{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %}{{image.exif_lens}}{%endif%} {{image.exif_aperture}} for {{image.exif_exposure}} at {{image.exif_iso}} + {{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %}{{image.exif_lens}}{%endif%} f/{{image.exif_aperture}} for {{image.exif_exposure}} sec at {{image.exif_iso}} ISO. </figcaption> </figure>{%endwith%} <article class="h-entry hentry content" itemscope itemType="http://schema.org/BlogPosting"> diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss index e8116fe..02e4f50 100644 --- a/design/sass/screenv10.scss +++ b/design/sass/screenv10.scss @@ -1197,6 +1197,12 @@ pre{ max-width: 100%; margin: 4rem 0; } +@media screen and (min-width: 750px) { + .large-top-image .exif-caption { + padding-bottom: .5rem; + padding-left: 10px; + } +} .list-hed{ font-size: 32px; font-size: 2rem; @@ -1325,10 +1331,6 @@ pre{ .banner .large-top-image img { margin-top: -120px; } - .large-top-image .exif-caption { - padding-bottom: .5rem; - padding-left: 10px; - } } @media screen and (min-width: 750px) { |