mon-entreprise/source/components/Explanation.css

16 lines
225 B
CSS

#explanation {
margin: 6em 0;
}
#explanation p {
text-align: center;
}
@media (max-height: 350px) {
/* Hack : at 350px of height, it's a mobile device and the keyboard is active */
#explanation {
display: none;
}
}