Skip to content

Commit

Permalink
https://github.com/cabinetsbay/site/issues/138
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 20, 2024
1 parent 5da84f3 commit 1b1f95e
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,27 @@ h1.page-title {
.catalog-product-view h1.page-title {
font-size: 1.7em;
font-weight: bold;
margin-bottom: 0 !important;
// 2024-04-20 Dmitrii Fediuk https://upwork.com/fl/mage2pro
// 1) `margin-top` is `-13px` in `Magento/blank`:
// .product-info-main {
// .page-title-wrapper {
// .page-title {
// margin-top: -13px;
// }
// }
// }
// https://github.com/magento/magento2/blob/2.4.4/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less#L589-L595
// 2024-04-20 Dmitrii Fediuk https://upwork.com/fl/mage2pro
// 2) `margin-bottom` is `10px` in `Magento/blank`:
// .product-info-main {
// .page-title-wrapper {
// .page-title {
// margin-bottom: @indent__s;
// }
// }
// }
// https://github.com/magento/magento2/blob/2.4.4/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less#L176-L182
margin: 0;
}
.cms-page-view h1.page-title {margin-bottom: .5em;}
.customer-account-login, .customer-account-forgotpassword, .customer-account-create, body.account {
Expand Down

0 comments on commit 1b1f95e

Please sign in to comment.