paperweb/css.diff

10 lines
147 B
Diff
Raw Normal View History

2016-01-21 22:12:19 +01:00
0a1,8
> @media (max-device-width: 1000px) {
> body {
> font-size: 200%;
> }
> input, button {
> font-size: 100%; /* :-/ */
> }
> }