Change titles, adjust padding

This commit is contained in:
Mononaut
2024-02-08 02:47:46 +00:00
parent f14cd5ee2b
commit 3039481686
8 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
height: 345px;
}
@media (min-width: 992px) {
height: 432px;
height: 442px;
}
}

View File

@@ -41,7 +41,7 @@ export class LightningDashboardComponent implements OnInit, AfterViewInit {
@HostListener('window:resize', ['$event'])
onResize(): void {
if (window.innerWidth >= 992) {
this.graphHeight = 330;
this.graphHeight = 340;
} else if (window.innerWidth >= 768) {
this.graphHeight = 245;
} else {