diff --git a/web/src/components/dashboard/VitalsSection.tsx b/web/src/components/dashboard/VitalsSection.tsx
index 346a253..2ca6720 100644
--- a/web/src/components/dashboard/VitalsSection.tsx
+++ b/web/src/components/dashboard/VitalsSection.tsx
@@ -12,7 +12,7 @@ export default function VitalsSection({ ship, onUpdate }: Props) {
onUpdate({ hull_current: v })}
@@ -20,7 +20,7 @@ export default function VitalsSection({ ship, onUpdate }: Props) {
onUpdate({ armor_current: v })}
diff --git a/web/src/index.css b/web/src/index.css
index 342b25b..6f66763 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -332,6 +332,9 @@ button:disabled {
border: 1px solid var(--color-border);
border-radius: var(--radius);
padding: var(--spacing-sm);
+ display: flex;
+ flex-direction: column;
+ align-items: center;
}
.stat-grid {