We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0278da9 + e197b3a commit 2d1209dCopy full SHA for 2d1209d
1 file changed
app/assets/stylesheets/components/_filters.scss
@@ -29,12 +29,12 @@
29
30
// Adjust design and spacing of details component
31
.nhsuk-details {
32
- margin-right: nhsuk-spacing(-4);
33
- margin-left: nhsuk-spacing(-4);
+ margin-right: nhsuk-spacing(-3);
+ margin-left: nhsuk-spacing(-3);
34
35
@include nhsuk-media-query($from: tablet) {
36
- margin-right: nhsuk-spacing(-5);
37
- margin-left: nhsuk-spacing(-5);
+ margin-right: nhsuk-spacing(-4);
+ margin-left: nhsuk-spacing(-4);
38
}
39
40
&[open] {
@@ -43,8 +43,8 @@
43
44
45
.nhsuk-details__summary {
46
- @include nhsuk-responsive-margin(5, "left");
47
- @include nhsuk-responsive-margin(5, "right");
+ @include nhsuk-responsive-margin(4, "left");
+ @include nhsuk-responsive-margin(4, "right");
48
49
50
.nhsuk-details__text {
0 commit comments