summaryrefslogtreecommitdiff
path: root/frontend/delta/less/web/480.less
blob: bd9b93b486c14fe6fc98667a6ac3939669ed0cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
@media only screen and (min-width: 480px) {
	.loginForm {
		font-size: 1.2em;

		input {
		}
		button {
		}
	}
}