Fix media query

525e598d0f6ba0e1dc089b5dace7b3dbd435ce1a
Alexis Sellier committed ago 1 parent 6c45c4c0
css/base.css +1 -2
390 390
		font-size: 0.75rem;
391 391
	}
392 392
}
393 393
394 394
@media /* Mobile */
395 -
only screen and (max-device-width: 720px),
396 -
only screen and (max-width: 720px) {
395 +
only screen and (max-device-width: 720px) {
397 396
	body {
398 397
		font-size: 87.5%;
399 398
	}
400 399
	video {
401 400
		height: auto;