From 832cce42768a0c237553f453a7902d1dc27ac6f6 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 6 Jan 2019 14:14:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=81=D1=82=D0=BB=D0=B8=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=B1=D0=BE=D0=BC=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_albums/white-sea.html.twig | 70 +++++++++++----------- source/_albums/winter-fog.html.twig | 82 +++++++++++++------------- source/_assets/layout_album/style.scss | 12 ++++ 3 files changed, 89 insertions(+), 75 deletions(-) diff --git a/source/_albums/white-sea.html.twig b/source/_albums/white-sea.html.twig index 4305fda..b42359b 100644 --- a/source/_albums/white-sea.html.twig +++ b/source/_albums/white-sea.html.twig @@ -4,58 +4,58 @@ description: Фотографии с поездок на Белое море в --- {% block content %} -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
+
- + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ {% endblock %} diff --git a/source/_albums/winter-fog.html.twig b/source/_albums/winter-fog.html.twig index 77d7b2d..b2ae7db 100644 --- a/source/_albums/winter-fog.html.twig +++ b/source/_albums/winter-fog.html.twig @@ -4,62 +4,64 @@ description: Фотографи набережной Седова, сделан --- {% block content %} -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ - - - - -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ -
- - +
+ + -
+ + +
+ + + +
{% endblock %} diff --git a/source/_assets/layout_album/style.scss b/source/_assets/layout_album/style.scss index 0d0a33c..9a85cd7 100644 --- a/source/_assets/layout_album/style.scss +++ b/source/_assets/layout_album/style.scss @@ -5,4 +5,16 @@ img { max-width: 100%; } + + .photo-item { + margin-bottom: 0.6em; + } + + .photo-link { + display: block; + } + + .photo-image { + display: block; + } }