summaryrefslogtreecommitdiff
path: root/templates/photos.html
diff options
context:
space:
mode:
authorNikolas <nikolas@boutalas.com>2024-11-16 18:51:15 +0000
committerNikolas <nikolas@boutalas.com>2024-11-16 18:52:29 +0000
commit49285301aca568d045fdbd3c3f9f03f9ec176843 (patch)
tree422fdc1e72a65af94edc47ec35aa2f48887b091c /templates/photos.html
parentb876019d63c5aa940add10d1bb853c9a6dac66bd (diff)
simplify css
Diffstat (limited to 'templates/photos.html')
-rw-r--r--templates/photos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photos.html b/templates/photos.html
index 8c55339..bad4589 100644
--- a/templates/photos.html
+++ b/templates/photos.html
@@ -1,7 +1,7 @@
{% extends "base.html" %} {% block body %}
<h1>{{ section.title }}</h1>
{% for page in paginator.pages %}
-<figure>
+<figure class="center">
<a {% if page.content %} href="{{ page.permalink }}" {% endif %}>
<img
alt="{{page.extra.caption}}"