Fixing too big an artwork button
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user