Skip to content

Commit b9666ed

Browse files
committed
Add max-widths for sidebar
1 parent 0b1ae19 commit b9666ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/pages/partners/results/results.scss

+3
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,15 @@
238238
> .sidebar {
239239
@include width-between($phone-max, $first-break) {
240240
min-width: calc(50% - 1.5rem);
241+
max-width: calc(50% - 1.5rem);
241242
}
242243
@include width-between($first-break, $second-break) {
243244
min-width: calc(33.3% - 3rem);
245+
max-width: calc(33.3% - 3rem);
244246
}
245247
@include wider-than($second-break) {
246248
min-width: calc(25% - 4.5rem);
249+
max-width: calc(25% + 1.5rem);
247250
}
248251
}
249252
}

0 commit comments

Comments
 (0)