我正在尝试将我的徽标水平居中以用于我的网站的移动版本。不过,我无法让它居中。我尝试了各种方法,但似乎没有任何动静。
我的代码是:
@media only screen and (max-width: 640px) { .logo-image .logo img {
max-height: 70px;
margin-top: -15px;
margin-bottom: 15px;
width: auto;
background: center;
}
}