diff --git a/public/css/index.css b/public/css/index.css index 1ac4631..2f0b574 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -24,6 +24,7 @@ body { /* Bacground by Ashim DSilva */ background-image: url("./img/background.jpg"); + background-size: cover; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; diff --git a/public/img/background.jpg b/public/img/background.jpg old mode 100755 new mode 100644 index f6e423c..4e6c5b6 Binary files a/public/img/background.jpg and b/public/img/background.jpg differ