ios conditionned css

This commit is contained in:
thaaoblues 2023-05-01 23:02:12 +02:00
parent 223330ea83
commit 10018d3af2

View file

@ -64,11 +64,23 @@ body {
background-position: center center, center center;
background-size: auto,cover;
height: 100vh;
width: 150vw;
width: 100vw;
}
}
@supports (-webkit-touch-callout: none) and (max-width: 800px){
/* CSS specific to iOS phones */
.bg{
background-position: center center, center center;
background-size: auto,cover;
height: 100vh;
width: 130vw;
}
}
main {
text-align: center;
height: 100%;