Updated spacing of the calendar

This commit is contained in:
Phil Hughes 2016-04-28 11:07:17 +01:00
parent 93c0bb8041
commit b54ea9de7c
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
.calender-block {
padding-left: 0;
padding-right: 0;
@media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) {
overflow-x: scroll;
}