Increase margin of close button for better usability on mobile
Resolves MS-527
This commit is contained in:
parent
d0f746cf50
commit
dc4a6ff05c
|
|
@ -92,6 +92,9 @@
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content:end;
|
justify-content:end;
|
||||||
|
|
||||||
|
margin-right: $small-spacing;
|
||||||
|
margin-top: $small-spacing;
|
||||||
|
|
||||||
@include desktop {
|
@include desktop {
|
||||||
grid-column: 3;
|
grid-column: 3;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue