@media (min-width: 768px) and (max-width: 979px) { ... } ... You can't "undefine" the property from the media query, instead override the values with the ...
確定! 回上一頁