Skip to content

Commit 371208f

Browse files
Merge pull request #1831 from Arhell/minor
minor fix carbon banner
2 parents b2360b2 + 57b23c5 commit 371208f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/homepage/homepage.component.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,8 @@
208208
}
209209

210210
.sponsors-carbon {
211-
.sponsors-container {
212-
@media (min-width: 1200px) {
213-
width: calc(100% - 220px);
214-
}
211+
@media (min-width: 1200px) {
212+
width: calc(100% - 220px);
215213
}
216214
}
217215

0 commit comments

Comments
 (0)