As you can see everything is larger on the netlify app versus localhost
I have tried reading all previous support tickets on this issue and still I cannot fix it.
When using inspect on local/netlify, I cannot see a difference in the CSS which is blowing my mind
index.css content:
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #000300;
font-family: sans-serif;
}
.main-video {
width: 100%;
height: 100vh;
}
video {
width: 100%;
height: 100%;
object-fit: cover;
}