1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-27 13:11:32 +01:00

12 lines
114 B
Plaintext
Raw Normal View History

2013-08-30 17:56:53 +02:00
@media only screen and (min-width: 480px) {
.loginForm {
font-size: 1.2em;
input {
}
button {
}
}
}