We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e80d6 commit 3c273f6Copy full SHA for 3c273f6
1 file changed
assets/css/docusaurus.css
@@ -17,9 +17,16 @@
17
border-bottom: 1px solid #8eb8dc;
18
}
19
20
-.app-prose-scope .app-section--features p {
21
- @media (min-width: 40.0625em) {
22
- margin-bottom: 0 !important;
+.app-prose-scope .app-section--features p:not(.app-no-prose *) {
+ margin-bottom: 0;
+}
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;
29
30
31
32
0 commit comments