refactor: align CSS alignment directives
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index cbdcb1123dbdf6672cb336e6f37170499f52e03b..328e95a8094bb53132c093d602d0968c27ef85de 100644 (file)
@@ -85,7 +85,8 @@ function stopSimulator(): void {
   background-color: blue;
   font-size: 1.5rem;
   font-weight: bold;
-  text-align: center;
+  align-items: center;
+  justify-content: center;
 }
 
 #reload-button:hover {