From 1ffafedc58ee957ceb3a9930f9f535001cbf1837 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 4 Nov 2025 09:57:37 +0100 Subject: [PATCH] improved CSS Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/bloodshed.css | 4 ++++ web/src/main/resources/web/css/default.css | 4 ++++ web/src/main/resources/web/css/winter.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index a9eb938..c291a89 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -53,6 +53,10 @@ footer { margin: 5px; } +img { + max-width: 100%; +} + nav { position: sticky; z-index: 100; diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 32ecc58..12f7886 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -53,6 +53,10 @@ footer { margin: 5px; } +img { + max-width: 100%; +} + nav { position: sticky; z-index: 100; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index e4ded1d..738de28 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -53,6 +53,10 @@ footer { margin: 5px; } +img { + max-width: 100%; +} + nav { position: sticky; z-index: 100;