dashboard_css.h aktualisiert

This commit is contained in:
Michael Clemens // DK1MI 2023-09-13 10:40:36 +00:00
parent 57bde6704e
commit 083aba5608
1 changed files with 9 additions and 1 deletions

View File

@ -88,7 +88,15 @@ body {
}
.footerbox {
grid-column: 1 / span 3;
grid-column: 1 / span 2;
grid-row: 4;
border-style: solid;
font-size: 12px;
line-height: 20px;
}
.tempbox {
grid-column: 3;
grid-row: 4;
border-style: solid;
font-size: 12px;