diff --git a/resources/assets/stylesheets/scss/courseware.scss b/resources/assets/stylesheets/scss/courseware.scss index 76680808baa8e0d0ab9e6a1e3032328aa1e3718a..900f271decec79f430055f1849754d113ad27c2e 100755 --- a/resources/assets/stylesheets/scss/courseware.scss +++ b/resources/assets/stylesheets/scss/courseware.scss @@ -4469,13 +4469,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 { @@ -4518,11 +4511,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 {