diff --git a/app/resources/sass/app.scss b/app/resources/sass/app.scss index a8da530..62803ca 100644 --- a/app/resources/sass/app.scss +++ b/app/resources/sass/app.scss @@ -455,6 +455,14 @@ tbody strong { padding-top: 45px; } +.background-get-started { + background-color: rgb(35, 55, 79); + @media screen and (min-width: 768px) { + border-radius: 10px; + } + margin-bottom: 30px; +} + .button-get-started { margin-top: 50px; margin-bottom: 50px; diff --git a/app/views/index.php b/app/views/index.php index 7653693..494bc16 100644 --- a/app/views/index.php +++ b/app/views/index.php @@ -146,17 +146,17 @@ let widget = new SteamApp('#app-widget', { @endif -