Skip to content

Commit 86b6f96

Browse files
removed uneeded higher specificity utility classes
1 parent 81fb674 commit 86b6f96

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/lib/components/ui/Masthead.svelte

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,4 @@
264264
margin-bottom: 3.125rem;
265265
}
266266
}
267-
268-
/* GOV.UK Spacing Utilities - Scoped to our component with high specificity */
269-
.app-masthead .govuk-\!-margin-top-6.govuk-\!-margin-top-6 {
270-
margin-top: 20px;
271-
}
272-
273-
@media (min-width: 40.0625em) {
274-
.app-masthead .govuk-\!-margin-top-6.govuk-\!-margin-top-6 {
275-
margin-top: 30px;
276-
}
277-
}
278-
279-
.app-masthead .govuk-\!-margin-bottom-0.govuk-\!-margin-bottom-0 {
280-
margin-bottom: 0;
281-
}
282267
</style>

0 commit comments

Comments
 (0)