mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-03 00:41:27 -05:00
Merge pull request #1171 from alphagov/button-spacing-mobile-fix
Fix button spacing on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user