Scenario :
- I am working on a mobile web version of my website
Problem :
When the design is running on my own laptop it looks perfect
but when I put my HTML files and open on another laptop of my friend,
the design is totally different and super messy.For example:
font-size
is messed up.absolute positioned div
is not at the position I set.sizes of input fields
messed up.
The overall issue is that the UI design looks perfect on my screen
but different on others, even with same screen width and resolutions.
Using : Bootstrap 4
to design the UI.
Open to all suggestions, Please suggest.
Thank you.