Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 63d234f

Browse files
committed
fix(partners): remove padding of cta on mobile
1 parent 41855f3 commit 63d234f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/app-partners/app-partners.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@
160160
background: #008092;
161161
margin: 0;
162162
padding: 0 200px;
163+
164+
@include media-breakpoint-down(md) {
165+
padding: 0;
166+
}
163167
}
164168

165169
.cta-image {

0 commit comments

Comments
 (0)