Adjusted entry fades

This commit is contained in:
2018-06-22 18:27:04 +10:00
parent d5c36287a2
commit 724218ec8d
2 changed files with 43 additions and 53 deletions

View File

@ -49,13 +49,9 @@
}
&-admin {
&-work {
background-image: url('./../images/patterns/lemon-triangle.svg');
}
&-media {
}
}
&__brands {
@ -96,6 +92,7 @@
}
}
/* Media Queries */
@include t-media-query($s-xsmall-up) {
&__brands {
&-brand {
@ -116,5 +113,4 @@
}
}
}
}