Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 30, 2023
1 parent 02b7756 commit b3e6f95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.5.8"
,"version": "0.5.9"
,"description": "A custom module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/core"
Expand Down
6 changes: 5 additions & 1 deletion view/frontend/web/_common.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ footer.page-footer {
padding-top: 0;
@media (max-width: 767px) {h2 {font-size: 2rem; margin: 1.5rem 0;}}
}
}
}
// 2023-06-30
// "The «Subscribe» banner has a wrong width in Magento 2.3.6 on the frontend home page":
// https://github.com/tradefurniturecompany/site/issues/253
@media (min-width: 768px), print {.block.newsletter {max-width: none !important;} }

0 comments on commit b3e6f95

Please sign in to comment.