From 2ef8a48488c926286e466d1b468c45d2608ac58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Thu, 9 Jan 2025 19:04:31 +0100 Subject: [PATCH] finetuning --- build.gradle | 2 +- src/main/resources/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 864df68..34dd7bd 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '1.5.5' +version = '1.5.6' description = """timetrack""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index d61ca9d..f745140 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -45,7 +45,7 @@ body { @media(min-width:1600px) { .tabdivblurred { margin: auto; - width: 1092px; + width: 1111px; } }