Fixing too big an artwork button

This commit is contained in:
James Barnsley
2019-10-15 17:03:11 +13:00
parent 13f44c2fc5
commit c487f8979a
6 changed files with 9933 additions and 5403 deletions

View File

@ -15,7 +15,6 @@
a {
border: 0 !important;
display: block;
position: relative;
}
@ -73,9 +72,24 @@
}
@include responsive($bp_medium) {
padding: 40px 0 20px;
&__artwork {
width: 28%;
.thumbnail {
width: 100%;
}
}
&__added-from {
display: none;
}
}
@include responsive($bp_small) {
display: block;
text-align: center;
padding: 40px 0 20px;
&__artwork {
width: auto;
@ -92,10 +106,6 @@
width: auto;
margin: 0;
}
&__added-from {
display: none;
}
}
}
}