Skip to content

Commit 3c273f6

Browse files
authored
Minor margin fix (#166)
1 parent 23e80d6 commit 3c273f6

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

assets/css/docusaurus.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@
1717
border-bottom: 1px solid #8eb8dc;
1818
}
1919

20-
.app-prose-scope .app-section--features p {
21-
@media (min-width: 40.0625em) {
22-
margin-bottom: 0 !important;
20+
.app-prose-scope .app-section--features p:not(.app-no-prose *) {
21+
margin-bottom: 0;
22+
}
23+
24+
.app-section--features .govuk-grid-column-one-third:not(:first-child) {
25+
margin-top: 30px;
26+
27+
@media (min-width: 48.125em) {
28+
margin-top: 0;
2329
}
2430
}
2531

32+

0 commit comments

Comments
 (0)