Skip to content

Commit 42c18a3

Browse files
committed
Responsive improved
1 parent 0998c42 commit 42c18a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/core/scss/components/_calendar.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@
2323
}
2424

2525
.tutor-range-calendar-popover {
26+
width: 700px;
2627
max-width: 700px;
2728

29+
@include tutor-breakpoint-down(md) {
30+
width: 300px;
31+
}
32+
2833
[data-vc='calendar'] {
2934
padding: $tutor-spacing-5;
3035
}
@@ -33,6 +38,10 @@
3338
display: grid;
3439
grid-template-columns: 150px 1fr;
3540
gap: $tutor-spacing-6;
41+
42+
@include tutor-breakpoint-down(md) {
43+
grid-template-columns: 1fr;
44+
}
3645
}
3746

3847
.vc-presets {

0 commit comments

Comments
 (0)