1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-25 18:31:30 +01:00

12 lines
114 B
SCSS
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 {
}
}
}