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; + } }