forked from rebillar/site-accueil-insa
ios conditionned css
This commit is contained in:
parent
223330ea83
commit
10018d3af2
1 changed files with 13 additions and 1 deletions
|
@ -64,11 +64,23 @@ body {
|
||||||
background-position: center center, center center;
|
background-position: center center, center center;
|
||||||
background-size: auto,cover;
|
background-size: auto,cover;
|
||||||
height: 100vh;
|
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 {
|
main {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue