Latest solutions
URL shortening app using React.js and custom plain CSS
#react#accessibilitySubmitted almost 3 years ago
Latest comments
- @davidtrikicSubmitted about 4 years ago@juancfsPosted about 4 years ago
Hi David. In regards to the background image matching the desktop and mobile devices, try changing the units for the body background-position property from pixels to the viewport (vw and vh) units. This way the background should adapt with respect to the browser's viewport and the problem should be fixed.
1