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 {