diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index 8d8ab36e948009cb1091d12e4aded7b874ef0591..0f2ccf855c892e813002809742931f2a50f794f7 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -6,6 +6,7 @@
     (displayMapMarkerId)="setMapMarkerId($event)"
     (selectedMarkerId)="setSelectedMarkerId($event)"
     class="left-pane"
+    fxLayout="column"
   ></app-structure-list>
   <app-map
     [structures]="structures"
diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss
index 68964e3e0be92e881b3288b475b0314156c8a9c7..e501173f8a4396e1be6c09814793874c8da26f6d 100644
--- a/src/app/home/home.component.scss
+++ b/src/app/home/home.component.scss
@@ -1,7 +1,6 @@
 .left-pane {
   width: 640px;
   min-width: 640px;
-  display: grid;
 }
 .right-pane {
   width: 80%;