mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 12:18:19 -04:00
Put media query after default CSS
Specificity means that the media query will always override, but this is more obvious with the order this way around.
This commit is contained in:
@@ -26,15 +26,15 @@
|
||||
|
||||
.webauthn-illustration {
|
||||
|
||||
@include govuk-media-query($from: tablet) {
|
||||
margin: govuk-spacing(9) auto 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: govuk-spacing(6) auto 0 auto;
|
||||
padding: 0 govuk-spacing(9) 0 govuk-spacing(9);
|
||||
|
||||
@include govuk-media-query($from: tablet) {
|
||||
margin: govuk-spacing(9) auto 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user