[wip] Fix Shop posters layout on larger screens

This commit is contained in:
2021-12-15 22:32:58 +01:00
parent 9e27dbbabe
commit 9de5aa16c9
2 changed files with 41 additions and 45 deletions

View File

@@ -70,6 +70,18 @@
padding: 0 12px;
color: $color-secondary;
border: 1px solid rgba($color-secondary, 0.4);
@include bp (md) {
border: none;
color: #fff;
background: $color-secondary;
}
&:hover {
@include bp (md) {
background-color: darken($color-secondary, 7);
}
}
}
}
}