diff --git a/checkwave/style.css b/checkwave/style.css index 8a572df..9ded962 100644 --- a/checkwave/style.css +++ b/checkwave/style.css @@ -1,5 +1,6 @@ html, body { font-family: Helvetica, sans-serif; + font-size:12px; } .wrapper { @@ -25,4 +26,4 @@ input.grow { 0% { transform: scale(1); } 30% { transform: scale(2.5); } 100% { transform: scale(1); } -} \ No newline at end of file +}