2017-12-07 18:19:57 +00:00
|
|
|
#explanation {
|
|
|
|
margin: 6em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#explanation p {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-12-18 16:19:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
@media (max-height: 350px) {
|
|
|
|
/* Hack : at 350px of height, it's a mobile device and the keyboard is active */
|
|
|
|
#explanation {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|