Commit fcfe17bc by lmf

修复bug

parent 64b63519
...@@ -30,12 +30,12 @@ ...@@ -30,12 +30,12 @@
{ {
z-index:5!important; z-index:5!important;
} }
@media (max-width: 767.98px) @media (max-width: 767.98px){
.page-layout-1column .block.filter .filter-title, .sidebar .block.filter .filter-title{ .page-layout-1column .block.filter .filter-title, .sidebar .block.filter .filter-title{
margin-top: -10%; margin-top: -10%;
} }
} }
@media (max-width: 767px) @media (max-width: 767px){
p#toolbar-amount { p#toolbar-amount {
margin-top: 1!important; margin-top: 1!important;
} }
......
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