From 7849164d7edec5e0015a7baab809c213582c9118 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Mon, 17 Jan 2022 19:25:49 -0500 Subject: [PATCH] Improve design --- static/css/base.css | 5 +++++ views/gallery.hbs | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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}}