Commit ec6f66f9 by lmf

同上优化模块边距

parent 8929db1e
......@@ -186,6 +186,9 @@ ol.product-items.widget-new-grid{
justify-content: flex-end;
margin-top: -30px;
}
.block .block-title strong {
padding: 0px;
}
}
</style>
......@@ -1001,8 +1001,13 @@ footer{
}
}
@media (max-width: 680px) {
@media (max-width: 670px) {
.categories_tab {
margin-top: 200px;
}
}
@media (min-width: 680px) {
.categories_tab {
margin-top: 250px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment