diff --git a/apps/ui/templates/room.html b/apps/ui/templates/room.html index b629645..f812881 100644 --- a/apps/ui/templates/room.html +++ b/apps/ui/templates/room.html @@ -1,3 +1,18 @@ + @media (max-width: 600px) { + .container { + max-width: 100vw; + padding: 0; + } + .devices-grid { + width: 100vw; + margin-left: -20px; + margin-right: -20px; + } + .device-card { + width: 100%; + margin: 0; + } + }