Fix various CodeClimate warnings

This commit is contained in:
Claire
2021-03-06 13:12:35 +01:00
parent 454d036b74
commit 318efa49de
13 changed files with 43 additions and 41 deletions

View File

@ -15,10 +15,16 @@
padding-right: 10px;
}
@include single-column('screen and (max-width: 630px)') { flex: auto }
@include single-column('screen and (max-width: 630px)') {
flex: auto;
}
@include limited-single-column('screen and (max-width: 630px)') {
&, &:first-child, &:last-child { padding: 0 }
&,
&:first-child,
&:last-child {
padding: 0;
}
}
.wide & {
@ -230,7 +236,7 @@
display: block;
width: 100%;
height: 100%;
border: none;
border: 0;
cursor: inherit;
}