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 30bb529 commit b1920faCopy full SHA for b1920fa
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: 48px;
13
overflow: hidden;
@@ -213,3 +209,8 @@
213
209
.ContributeCard {
214
210
margin: 32px auto;
215
211
212
+
+.AddonRecommendations {
+ // This is the last card in the page, and it doesn't need a `margin-bottom`.
+ margin-bottom: 0;
216
+}
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