Skip to content

Commit f116090

Browse files
committed
fix: replace respond-to in pl css
1 parent 414bcb3 commit f116090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/pattern-lab/src/_patterns/04-pages/80-events/_event-sponsors-with-action-block.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
justify-content: center;
4545
margin-bottom: 1.5rem;
4646

47-
@include respond-to(small) {
47+
@include bolt-mq(small) {
4848
height: 74px;
4949
}
5050

@@ -54,7 +54,7 @@
5454
max-width: 160px;
5555
width: auto;
5656

57-
@include respond-to(small) {
57+
@include bolt-mq(small) {
5858
max-height: 74px;
5959
}
6060
}

0 commit comments

Comments
 (0)