This commit is contained in:
James 2019-10-08 20:07:39 +01:00
parent c51a7fa6be
commit 2c391d3ced

View File

@ -54,31 +54,32 @@ iframe{
}
*/
.content{
.product-attachment-container{
margin:0;
padding:0;
*{
border:1px solid red;
}
}
.downloads-item{
display: flex;
align-items: center;
width: 100%;
*{
margin:0 !important;
padding: 0 !important;
margin:0;
padding: 0;
}
.item-icon{
flex-shrink: 0;
width:32px !important;
height:32px !important;
width:32px;
height:32px;
}
.item-size{
.item-info3{
display: none;
}
}
}
}
@media (max-width: 767px) { /* mobile */
iframe{