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