Fix buttons layout in product details page

This commit is contained in:
redphx
2024-09-26 19:46:30 +07:00
parent 2f7a57e084
commit e7c10d43f5
4 changed files with 29 additions and 26 deletions

View File

@@ -179,15 +179,3 @@ button.bx-inactive {
opacity: 0.2;
background: transparent !important;
}
.bx-button-shortcut {
max-width: max-content;
margin: 10px 0 0 0;
flex: 1 0 auto;
}
@media (min-width: 568px) and (max-height: 480px) {
.bx-button-shortcut {
margin: 8px 0 0 10px;
}
}