diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/sass/_writing_details.scss | 8 | ||||
-rw-r--r-- | design/templates/base.html | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index 82f1376..6a63871 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -268,6 +268,14 @@ img.picwide { figure.picwide > img.picwide { margin: auto !important; } +.notes .h-entry figure.picwide { + @include breakpoint(gamma) { + margin-left: -140px; + } + @include breakpoint(delta) { + margin-left: -245px; + } +} .picwide960 { clear: both; margin: 1em 0; diff --git a/design/templates/base.html b/design/templates/base.html index bd793ad..a7a492c 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -64,6 +64,7 @@ © 2003-{% now "Y" %} <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>). </p> + <p><a href="https://evolution-host.com/ssd-vps-hosting.php">SSD VPS Hosting by Evolution Host</a>.</p> </footer> </div> {% block js %}{% endblock%} |