diff --git a/src/main.scss b/src/main.scss index a0c66e6..b8f15c8 100644 --- a/src/main.scss +++ b/src/main.scss @@ -15,4 +15,10 @@ html, body { * { box-sizing: border-box; } +} + +input:not([type="checkbox"]), +select, +textarea { + font-size: 16px; } \ No newline at end of file