Fix button spacing on mobile

The buttons overlapped. Got picked up in the service assessment design
review.
This commit is contained in:
Chris Hill-Scott
2017-03-03 14:22:39 +00:00
parent 5f37fc158d
commit 8913a7be13

View File

@@ -3,8 +3,17 @@
margin-bottom: 30px;
&-back-link {
@include button($grey-1);
display: inline-block;
@include media('mobile') {
box-sizing: border-box;
width: 100%;
margin-top: $gutter-half;
text-align: center;
}
}
&-delete-link {