diff --git a/static/css/base.css b/static/css/base.css index 23e8253..adb3766 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -18,6 +18,11 @@ nav { align-items: center; } +.center { + display: flex; + justify-content: center; +} + .logo { filter: invert(1) hue-rotate(180deg); } diff --git a/views/gallery.hbs b/views/gallery.hbs index c1e07b3..1f91c5e 100644 --- a/views/gallery.hbs +++ b/views/gallery.hbs @@ -47,9 +47,14 @@

{{this.Title}}

{{/if}} {{#if this.Description}} -

{{this.Description}}

+

{{this.Description}}


{{/if}} - + +
+ +
+ +
{{/each}}