diff --git a/resources/assets/sass/dashboard.scss b/resources/assets/sass/dashboard.scss index 6ca6676..d0a791e 100644 --- a/resources/assets/sass/dashboard.scss +++ b/resources/assets/sass/dashboard.scss @@ -272,6 +272,14 @@ body { .column { float: left; margin-right: 10px; + + @media (max-width: $screen-sm-max) { + &:nth-child(n+4) { display: none; } + } + + @media (max-width: $screen-xs-max) { + &:nth-child(n+2) { display: none; } + } } }