diff --git a/app/analysis.php b/app/analysis.php index 0fe69e1..0368fae 100644 --- a/app/analysis.php +++ b/app/analysis.php @@ -4,7 +4,7 @@ ?> - Zur Grafana Visualisierung + Zur Visualisierung diff --git a/app/style.css b/app/style.css index cf4cf66..76d7767 100644 --- a/app/style.css +++ b/app/style.css @@ -28,12 +28,12 @@ body{ .analysislink div{ border : 0.4em solid #404b99; border-radius: 10px; - width: 100%; - height: 1.5em; + } .analysislink{ color: black; text-decoration: none; text-align: center; font-size: 2em; + width: 100%; }