dimanche 31 janvier 2021

website different output in windows/android and apple ecosystem

first, i'm sorry if my english bad. the problem is, i don't know what's happening here, but my website site if you open it in safari or chrome on IOS or MacOs is not the same like in the windows10 or android

look at the List of receiving countries on picture, in windows and android its what i expected

ios

android

here's the css properties for LIST OF RECEIVING COUNTRIES

  width: 336px;
  color: #48a9b5;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-family: "GothamLight";
  background-color: white;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px 30px;
  position: absolute;
  top: -50px;
  left: calc(50% - (336px / 2));



Aucun commentaire:

Enregistrer un commentaire