finetuning

This commit is contained in:
Jörg Henke
2025-01-09 19:04:31 +01:00
parent 5dcc64ac74
commit 2ef8a48488
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management' apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan' group = 'de.jottyfan'
version = '1.5.5' version = '1.5.6'
description = """timetrack""" description = """timetrack"""

View File

@ -45,7 +45,7 @@ body {
@media(min-width:1600px) { @media(min-width:1600px) {
.tabdivblurred { .tabdivblurred {
margin: auto; margin: auto;
width: 1092px; width: 1111px;
} }
} }