From c7ffb9947413661201c1bcc388faf424ec4aba14 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 18:01:10 +0100 Subject: [PATCH] Style Changes --- css/style.css | 5 +++++ tpl/gallery.html | 1 + 2 files changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 40a034d..2d57fe3 100644 --- a/css/style.css +++ b/css/style.css @@ -10,9 +10,14 @@ body { .page-header { padding: 10px; background-color: #404040; + color: #c0c0c0; margin-bottom: 10px; } +.title { + width: 70%; +} + .images { position: relative; width: 92vw; diff --git a/tpl/gallery.html b/tpl/gallery.html index 80db6c6..c4876be 100644 --- a/tpl/gallery.html +++ b/tpl/gallery.html @@ -5,6 +5,7 @@ {% block content %}