We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1999d commit 53d40d8Copy full SHA for 53d40d8
src/amo/pages/Addon/styles.scss
@@ -4,10 +4,6 @@
4
@include page-padding;
5
}
6
7
-.Addon .Card {
8
- margin-bottom: $padding-page;
9
-}
10
-
11
.Addon-icon-wrapper {
12
height: 40px;
13
overflow: hidden;
@@ -231,3 +227,9 @@
231
227
.ContributeCard {
232
228
margin: 32px auto;
233
229
230
+
+.AddonRecommendations {
+ // This is the last card in the page, and it doesn't need a `margin-bottom`,
+ // which `.CardList` adds by default.
234
+ margin-bottom: 0;
235
+}
src/amo/pages/LandingPage/styles.scss
@@ -2,6 +2,11 @@
2
3
.LandingPage {
+ & > .LandingAddonsCard:last-child {
+ // The last `.CardList` doesn't need a `margin-bottom`.
+ }
.LandingPage-header {
0 commit comments