diff --git a/src/App.css b/src/App.css index c12282b..b4cb2f7 100644 --- a/src/App.css +++ b/src/App.css @@ -1,4 +1,5 @@ .custom-bg { background-image: url('./assets/bg/bg_1.jpg') !important; - background-size: 100%; + background-size: cover; + background-repeat: no-repeat; } \ No newline at end of file