From d92d3aa64e5a52766554b9b47ebf2be1dcab1293 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Thu, 2 Jan 2025 20:16:47 -0500 Subject: [PATCH] style --- .../src/app/incidents/incident/incident.component.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/stillbox/src/app/incidents/incident/incident.component.scss b/client/stillbox/src/app/incidents/incident/incident.component.scss index b3e6716..7e8578f 100644 --- a/client/stillbox/src/app/incidents/incident/incident.component.scss +++ b/client/stillbox/src/app/incidents/incident/incident.component.scss @@ -3,11 +3,16 @@ padding: 50px 50px 50px 50px; display: flex; flex-flow: column; - width: 50%; margin-left: auto; margin-right: auto; } +@media not screen and (max-width: 768px) { + .incident { + width: 75%; + } +} + .inc-heading { display: flex; margin-bottom: 20px; @@ -20,6 +25,7 @@ .field { flex: 1 1; + width: 5rem; } .field-label {