Skip to content

Commit 4e41030

Browse files
Fix issue with incorrect card padding
1 parent 7c630c4 commit 4e41030

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

static/dist/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/dist/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"theme.js": "js/theme.js",
44
"admin.css": "css/admin.css",
55
"assets/images/icons.svg": "assets/images/icons.svg",
6-
"assets/images/logo.png": "assets/images/logo.png",
7-
"assets/images/logo.svg": "assets/images/logo.svg"
6+
"assets/images/logo.svg": "assets/images/logo.svg",
7+
"assets/images/logo.png": "assets/images/logo.png"
88
}

static/src/styles/components/_tile.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ $grid-columns: (
206206
}
207207

208208
.c-tile--card &:not(:first-child) {
209+
padding-top: 0;
210+
209211
@include bp(md) {
210212
padding: spacer-fixed(1);
211213
padding-top: 0;

0 commit comments

Comments
 (0)