Skip to content

Commit adfdf0f

Browse files
committed
more style tweaks
1 parent c18d92d commit adfdf0f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.stylelintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"color-function-notation": "legacy",
2121
"no-duplicate-selectors": true,
2222
"property-no-unknown": [true, { "ignoreProperties": ["composes", "composes-with"] }],
23+
"selector-id-pattern": null,
2324
"selector-class-pattern": null,
2425
"selector-pseudo-class-no-unknown": [true, { "ignorePseudoClasses": ["global"] }],
2526
"shorthand-property-no-redundant-values": null,

components/Branding/LogoSection/LogoSection.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
width: 100%;
2121
}
2222

23+
.logoTypeListItem {
24+
margin-top: 1rem;
25+
}
26+
2327
.badgeList {
2428
display: flex;
2529
justify-content: space-around;
@@ -28,6 +32,7 @@
2832
list-style: none;
2933
margin: 0;
3034
padding: 0;
35+
padding-bottom: 1rem;
3136
border-bottom: 1px solid #bbbbbb;
3237
}
3338

styles/services.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
margin-top: -1rem;
1414
}
1515

16-
.Services .badge {
16+
:global(#__next) .Services .badgeGroupings .badge {
1717
fill: var(--secondary);
1818
margin: 1rem 4rem;
1919
}

0 commit comments

Comments
 (0)