diff --git a/resources/assets/stylesheets/scss/courseware.scss b/resources/assets/stylesheets/scss/courseware.scss
index 47ce977c5d494f18b48ecc1b2c98667fb4368d8c..eb6e7d1451c385996535891d22ea3e95a2c7d76e 100755
--- a/resources/assets/stylesheets/scss/courseware.scss
+++ b/resources/assets/stylesheets/scss/courseware.scss
@@ -4141,13 +4141,6 @@ toc block
     }
 }
 
-.cw-block-table-of-contents-tiles.cw-tiles  {
-    .tile {
-        margin: 0 3px 5px 0;
-
-    }
-}
-
 .cw-container-colspan-half {
     .cw-block-table-of-contents-tiles.cw-tiles  {
         .tile {
@@ -4190,11 +4183,13 @@ cw tiles
     display: flex;
     flex-wrap: wrap;
     padding-left: 0;
+    row-gap: 5px;
+    column-gap: 5px;
 
     .tile {
         height: 420px;
         width: 270px;
-        margin: 0 5px 5px 0;
+        margin: 0;
         background-color: $base-color;
         cursor: pointer;
         &:last-child {