Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 22, 2020
1 parent c528047 commit 2a3b588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tradefurniturecompany/core"
,"version": "0.3.2"
,"version": "0.3.3"
,"description": "A custom module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/core"
Expand Down
7 changes: 5 additions & 2 deletions view/frontend/web/_category.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ body.catalog-category-view {
@media (min-width: 640px) {
border: 0; padding: 2px;
&:hover, &.active {padding: 0; border-width: 2px !important;}
.product-item-actions {
}
.product-item-actions {
@media (min-width: 640px) {
margin-bottom: 0;
.actions-primary {position: absolute; top: -200px;}
> .actions-primary {position: absolute; top: -200px;}
}
> .actions-secondary > .action {width: auto;}
}
> .details {
> .price-box.price-final_price {min-height: auto;}
Expand Down

0 comments on commit 2a3b588

Please sign in to comment.