Reduce the size of the WordPress logo tap target on log in screen on mobile, to avoid unexpected redirect away from the form.

props mzak.
fixes #31185.

git-svn-id: https://develop.svn.wordpress.org/trunk@31318 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-31 21:31:26 +00:00
parent 9391d4f572
commit 54dedff5c7

View File

@ -225,10 +225,6 @@ p {
margin-left: 8px;
}
.mobile #login h1 a {
width: auto;
}
body.interim-login {
height: auto;
}