diff --git a/src/App.css b/src/App.css index 2b4ba3b..424d63e 100644 --- a/src/App.css +++ b/src/App.css @@ -1,8 +1,8 @@ .App { background: linear-gradient( - rgba(0, 0, 0, 0.7), - rgba(0, 0, 0, 0.7) + rgba(0, 0, 0, 0.6), + rgba(0, 0, 0, 0.6) ), url('background.png'); position: fixed; diff --git a/src/styles/roots.scss b/src/styles/roots.scss index 28ff443..02180dd 100644 --- a/src/styles/roots.scss +++ b/src/styles/roots.scss @@ -2,6 +2,7 @@ $btn-border-radius: 25px; $btn-border-width: 0px; .roots { + width: 15%; margin: 0 auto; margin-bottom: 1%; }