diff --git a/package.json b/package.json index ebc48db..a136c10 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "worktime", + "author": "Anatoly Kopyl", "version": "0.1.0", "private": true, "scripts": { diff --git a/src/scss/style.scss b/src/scss/style.scss index 2a2d857..650032a 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -14,6 +14,7 @@ input, button { border: none; border-radius: 16px; + font-size: 16px; &::placeholder { color: $dark;