diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index 1d4a007..330ec68 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -28,6 +28,14 @@ margin: auto; } +.navigation-icon { + width: 100px; +} + +.mb-2 { + margin-bottom: 2em; +} + /**************************************************************************** * Grid. * ****************************************************************************/ diff --git a/viewer/templates/gallery_view.html b/viewer/templates/gallery_view.html index 4c59dc0..e8902b8 100644 --- a/viewer/templates/gallery_view.html +++ b/viewer/templates/gallery_view.html @@ -9,21 +9,17 @@
- + {% include 'partials/navigation.html'%} {% if images|length > 0 %}