Html – Appearance of svg object in mobile view is different from desktop view
body { margin: 0vh 0vw; } .header { position: relative; width: 100%; height: 12vh; background-color: #004d40; display: flex; align-items: center; justify-content: center; overflow: hidden; top: 0; } .line { position: absolute; left: 0; top: calc(50%); width: 100%; height: 0.25vh; background-color:…