forked from M3-Academy/challenge-vtex-io
style: corrigindo margin-bottom do .productNameContainer da área de Dados do produto
This commit is contained in:
parent
9953a9c575
commit
9be8d02492
@ -87,19 +87,18 @@
|
||||
|
||||
.productNameContainer {
|
||||
text-align: right;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
@media (max-width: 1025px) and (min-width: 768px) {
|
||||
.productNameContainer {
|
||||
text-align: left;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) and (min-width: 375px) {
|
||||
.productNameContainer {
|
||||
text-align: left;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
.productNameContainer .productBrand {
|
||||
|
@ -95,15 +95,14 @@
|
||||
|
||||
.productNameContainer {
|
||||
text-align: right;
|
||||
margin-bottom: 8px;
|
||||
@media (max-width: 1025px) and (min-width: 768px) {
|
||||
text-align: left;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
@media (max-width: 768px) and (min-width: 375px) {
|
||||
text-align: left;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.productBrand {
|
||||
font-weight: 300;
|
||||
|
Loading…
Reference in New Issue
Block a user