This commit is contained in:
schmelczerandras 2019-08-25 15:49:51 +02:00
parent e96ac49c8e
commit e992152a75
28 changed files with 289 additions and 79 deletions

View file

@ -98,8 +98,10 @@ $inner-padding: var(--medium-padding);
}
&:hover {
.background {
box-shadow: $shadow;
@media (min-width: $mobile-width) {
.background {
box-shadow: $shadow;
}
}
}